27 lines
653 B
Bash
27 lines
653 B
Bash
# Template file for 'musl-nscd'
|
|
pkgname=musl-nscd
|
|
version=1.1.1
|
|
revision=2
|
|
archs="*-musl"
|
|
build_style=gnu-configure
|
|
hostmakedepends="bison flex"
|
|
short_desc="NSS to NSCD bridge for musl"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/pikhq/musl-nscd"
|
|
distfiles="https://github.com/pikhq/musl-nscd/archive/v$version.tar.gz"
|
|
checksum=ddd5924f0355568a483cb8c83e63c7e3425b8c3f1dce4b9883ca75ed1a276675
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
vsv nscd
|
|
}
|
|
|
|
musl-nscd-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
}
|
|
}
|