new pkgutils port

This commit is contained in:
Alexander Zhirov 2024-03-24 22:11:33 +03:00
parent 4143ae11a4
commit a07de9d419
1 changed files with 14 additions and 0 deletions

14
ports/p/pkgutils/Pkgfile Normal file
View File

@ -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
}