crux-ports/ports/p/pkgutils/Pkgfile

15 lines
330 B
Plaintext
Raw Permalink Normal View History

2024-03-24 19:11:33 +00:00
# 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
}