void-packages/srcpkgs/polygen/template
Đoàn Trần Công Danh a92d370caa srcpkgs: add patch_args=-Np0 en-mass
Generated with:

	git ls-files 'srcpkgs/**/patches/*' |
	cut -d/ -f2 | uniq |
	xargs printf 'srcpkgs/%s/template\n'  |
	xargs grep -L 'patch_args=' |
	xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
2021-06-20 13:17:29 +07:00

27 lines
604 B
Bash

# Template file for 'polygen'
pkgname=polygen
version=1.0.6.ds2
revision=8
build_wrksrc="src"
build_style=gnu-makefile
hostmakedepends="ocaml unzip"
short_desc="Generative grammar phrase generator"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="http://www.polygen.org"
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=60dbcec8aedcbb2545202ad97d41e592f232b8fc842ea25a7998c88a385148d5
nocross=yes
patch_args=-Np0
do_check() {
:
}
do_install() {
vbin polygen
cd ${wrksrc}
vmkdir usr/share/
vcopy grm usr/share/${pkgname}
}