ef11f57681
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 '$a patch_args=-Np0"
16 lines
524 B
Bash
16 lines
524 B
Bash
# Template file for 'itstool'
|
|
pkgname=itstool
|
|
version=2.0.6
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="PYTHON=/usr/bin/python3"
|
|
hostmakedepends="python3 libxml2-python3"
|
|
makedepends="$hostmakedepends"
|
|
depends="$makedepends"
|
|
short_desc="ITS Tool"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://itstool.org/"
|
|
distfiles="http://files.itstool.org/itstool/${pkgname}-${version}.tar.bz2"
|
|
checksum=6233cc22726a9a5a83664bf67d1af79549a298c23185d926c3677afa917b92a9
|
|
patch_args=-Np0
|