mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 16:45:10 +02:00
28 lines
907 B
Bash
28 lines
907 B
Bash
# Template file for 's6-linux-utils'
|
|
pkgname=s6-linux-utils
|
|
version=2.5.0.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="skalibs-devel"
|
|
configure_args="--libdir=/usr/lib --includedir=/usr/include --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib"
|
|
short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="ISC"
|
|
homepage="https://skarnet.org/software/${pkgname}/"
|
|
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=78571574464c76fc623ef50dc14800138b4fd98c5fa877af6850fdd9c2f90213
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vdoc README
|
|
vcopy "doc/*" usr/share/doc/${pkgname}
|
|
}
|
|
|
|
s6-linux-utils-doc_package() {
|
|
noarch=yes
|
|
short_desc+=" - documentation"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/share/doc
|
|
}
|
|
}
|