void-packages/srcpkgs/pacman/template

27 lines
911 B
Bash

# Template file for 'pacman'
pkgname=pacman
version=6.0.2
revision=2
make_dirs="/var/lib/pacman 0755 root root
/usr/var/cache/pacman/pkg 0755 root root
/usr/share/libalpm/hooks 0755 root root"
conf_files="/etc/pacman.conf"
build_style=meson
hostmakedepends="curl gettext-devel pkg-config asciidoc"
makedepends="libarchive-devel gpgme-devel libcurl-devel"
depends="gnupg>=2"
checkdepends="fakeroot"
short_desc="Simple library-based package manager"
maintainer="oreo639 <oreo6391@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://www.archlinux.org/pacman/"
distfiles="https://sources.archlinux.org/other/pacman/pacman-${version}.tar.xz"
checksum=7d8e3e8c5121aec0965df71f59bedf46052c6cf14f96365c4411ec3de0a4c1a5
make_check=ci-skip # Some tests fail when run in CI
if [ "$XBPS_TARGET_LIBC" = musl ]; then
make_check=no # fakechroot is not available
else
checkdepends="fakeroot fakechroot gnupg perl"
fi