void-packages/srcpkgs/itstool/template
Đoàn Trần Công Danh ef11f57681 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 '$a patch_args=-Np0"
2021-06-20 13:17:29 +07:00

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