# Template file for 's6' pkgname=s6 version=2.8.0.1 revision=1 build_style=configure makedepends="execline-devel skalibs-devel" configure_args="--libdir=/usr/lib --bindir=/usr/bin --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps --with-lib=${XBPS_CROSS_BASE}/usr/lib --exec-prefix=/usr" short_desc="Small suite of programs for UNIX, designed to allow process supervision" maintainer="Juan RP " license="ISC" homepage="http://skarnet.org/software/s6/" changelog="https://skarnet.org/software/s6/upgrade.html" distfiles="http://skarnet.org/software/s6/s6-${version}.tar.gz" checksum=dbe08f5b76c15fa32a090779b88fb2de9a9a107c3ac8ce488931dd39aa1c31d8 case "$XBPS_TARGET_MACHINE" in *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;; esac post_install() { vlicense COPYING vdoc README vcopy "doc/*" usr/share/doc/${pkgname} } s6-doc_package() { archs=noarch short_desc="s6 supervision documentation" depends="${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/share/doc } } s6-devel_package() { short_desc="s6 supervision library and headers" pkg_install() { vmove usr/include vmove usr/lib/*.a } }