15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
|
# 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
|
||
|
}
|