void-packages/srcpkgs/sisl/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

17 lines
452 B
Bash

# Template file for 'sisl'
pkgname=sisl
version=4.6.0
revision=1
wrksrc="SISL-SISL-${version}"
build_style=cmake
short_desc="SINTEF Spline Library"
maintainer="Florian Anderiasch <fa@art-core.org>"
license="AGPL-3.0-only"
homepage="https://github.com/SINTEF-Geometry/SISL"
distfiles="$homepage/archive/SISL-$version.tar.gz"
checksum=b207fe6b4b20775e3064168633256fddd475ff98573408f6f5088a938c086f86
patch_args=-Np0
post_install() {
vlicense COPYING
}