first commit
This commit is contained in:
25
external/packages/extras-buildpkgs/90-htop.conf
vendored
Normal file
25
external/packages/extras-buildpkgs/90-htop.conf
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# htop
|
||||
local package_name="htop"
|
||||
local package_repo="https://github.com/hishamhm/htop"
|
||||
local package_ref="tag:2.2.0"
|
||||
|
||||
local package_upstream_version="2.2.0-5"
|
||||
local package_builddeps="debhelper dpkg-dev libhwloc-dev libncurses5-dev libncursesw5-dev pkg-config"
|
||||
local package_install_target="htop"
|
||||
local package_component="${release}-utils"
|
||||
|
||||
if [[ $release =~ focal|bullseye|bookworm ]]; then
|
||||
package_builddeps+=" python3-minimal:native"
|
||||
else
|
||||
package_builddeps+=" python-minimal:native"
|
||||
fi
|
||||
|
||||
package_checkbuild()
|
||||
{
|
||||
[[ $release != xenial && $release != stretch && $release != jessie && $release != bullseye && $release != bookworm ]]
|
||||
}
|
||||
|
||||
package_checkinstall()
|
||||
{
|
||||
:
|
||||
}
|
||||
Reference in New Issue
Block a user