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

13 lines
449 B
Bash

# Template file for 'tremc'
pkgname=tremc
version=0.9.2
revision=2
build_style=gnu-makefile
depends="python3"
short_desc="Console client for the BitTorrent client Transmission"
maintainer="Nathan D <dhanas.nathan@gmail.com>"
license="GPL-3.0-only"
homepage="https://github.com/tremc/tremc"
distfiles="https://github.com/tremc/tremc/archive/${version}.tar.gz"
checksum=ea31ff593c64bbf2c471f6c45ef09129e1e9cb55e8f8bd90e2916976a7053c61
patch_args=-Np0