mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
New package: mk-configure-0.28.0
This commit is contained in:
parent
9444735ec7
commit
7460a2299d
1 changed files with 22 additions and 0 deletions
22
srcpkgs/mk-configure/template
Normal file
22
srcpkgs/mk-configure/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'mk-configure'
|
||||||
|
pkgname=mk-configure
|
||||||
|
version=0.28.0
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_cmd=bmake
|
||||||
|
make_build_args="PREFIX=/usr"
|
||||||
|
make_install_args="MANDIR=/usr/share/man"
|
||||||
|
hostmakedepends="bmake bmkdep"
|
||||||
|
depends="bmake bmkdep"
|
||||||
|
short_desc="Lightweight replacement for GNU autotools"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://github.com/cheusov/mk-configure/archive/"
|
||||||
|
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=2fa9a4846adbc1031411c8cd1d278ee8bef288a6c98fa16a28ba208a0a21ddd5
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense doc/LICENSE
|
||||||
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue