diff --git a/ports/p/pkgutils/Pkgfile b/ports/p/pkgutils/Pkgfile new file mode 100644 index 0000000..9747612 --- /dev/null +++ b/ports/p/pkgutils/Pkgfile @@ -0,0 +1,14 @@ +# Description: A set of utilities to manage software packages +# URL: https://crux.nu/gitweb/?p=tools/pkgutils.git +# Maintainer: Alexander Zhirov +# Depends on: libarchive + +name=pkgutils +version=5.40.10 +release=1 +source=(https://crux.nu/files/$name-$version.tar.xz) + +build () { + cd $name-$version + make DESTDIR=$PKG install +}