core/pkgutils/Pkgfile
Fredrik Rinnestam cf58c2795f [notify] pkgutils: updated to 5.40.3.
pkgmk now ignores .md5sums if there is a .signature present.
2017-05-08 18:52:09 +02:00

15 lines
359 B
Plaintext

# Description: A set of utilities to manage software packages
# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libarchive
name=pkgutils
version=5.40.3
release=1
source=(http://crux.nu/files/$name-$version.tar.xz)
build () {
cd $name-$version
make DESTDIR=$PKG install
}