15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
# Description: A set of utilities to manage software packages
|
|
# URL: https://git.crux.nu/tools/pkgutils
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
# 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
|
|
}
|