new pkgutils port
This commit is contained in:
parent
4143ae11a4
commit
a07de9d419
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue