18 lines
510 B
Plaintext
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.3
|
|
release=2
|
|
_commit=c1676f01676d70fbe47b8f4806d0d72020b6393f
|
|
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
|
|
}
|