From a07de9d419b413e9147487342defc0a2642b92c3 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sun, 24 Mar 2024 22:11:33 +0300 Subject: [PATCH] new pkgutils port --- ports/p/pkgutils/Pkgfile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ports/p/pkgutils/Pkgfile 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 +}