void-packages/srcpkgs/s6-portable-utils/template
2021-10-12 16:47:23 -03:00

34 lines
1 KiB
Bash

# Template file for 's6-portable-utils'
pkgname=s6-portable-utils
version=2.2.3.3
revision=1
build_style=configure
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib
$(vopt_if static --enable-static-libc)"
makedepends="skalibs-devel"
short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://skarnet.org/software/s6-portable-utils/"
changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=0445f0d6195707553fa2b09a67a06849e20d7194c7e64c0d9f8074347191528c
build_options="static"
post_install() {
vlicense COPYING
vdoc README
vcopy "doc/*" usr/share/doc/${pkgname}
}
s6-portable-utils-doc_package() {
short_desc+=" - documentation"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/share/doc
}
}