# Description: A library-based package manager with dependency support # URL: https://www.archlinux.org/pacman/ # Maintainer: Erich Eckner, crux at eckner dot net # Depends on: libarchive curl gpgme name=pacman version=5.2.1 release=1 source=(https://sources.archlinux.org/other/pacman/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --enable-doc \ --with-scriptlet-shell=/usr/bin/bash \ --with-ldconfig=/usr/bin/ldconfig make V=1 make DESTDIR=$PKG install }