opt/prt-utils/Pkgfile

18 lines
510 B
Plaintext

# Description: Collection of scripts for CRUX, mainly oriented towards package and port management
# URL: https://git.crux.nu/tools/prt-utils
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: elfutils dialog
name=prt-utils
version=1.3.2
release=3
_commit=1bdb894947dddab6192e6d0c8c6d1617cd8a44f4
source=(https://git.crux.nu/tools/$name/archive/$_commit.tar.gz)
renames=($name-$version-$release.tar.gz)
build() {
cd $name
make DESTDIR=$PKG install
install -d $PKG/etc/revdep.d
}