void-packages/srcpkgs/sharutils/template
Đoàn Trần Công Danh 9978e00086 srcpkgs: remove patch_args=-Np1 en-mass
git grep -l '^patch_args=.*p1' 'srcpkgs/*/template'  |
	xargs -r sed -i '/^patch_args=/d'
2021-06-20 13:17:29 +07:00

15 lines
457 B
Bash

# Template file for 'sharutils'
pkgname=sharutils
version=4.15.2
revision=2
build_style=gnu-configure
hostmakedepends="perl"
short_desc="Makes so-called shell archives out of many files"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-3"
homepage="http://www.gnu.org/software/sharutils"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a
CFLAGS="-fcommon"