aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/datamash/template
blob: b483a1709509789b22cb59e0a54b59d334fb8e0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'datamash'
pkgname=datamash
version=1.8
revision=1
build_style=gnu-configure
hostmakedepends="texinfo"
checkdepends="which"
short_desc="Command-line program that performs simple calculations on input files"
maintainer="oliver <void@bertmacho.com>"
license="GPL-3.0-or-later"
homepage="https://www.gnu.org/software/datamash/"
distfiles="${GNU_SITE}/datamash/datamash-${version}.tar.gz"
checksum=7ad97e8c7ef616dd03aa5bd67ae24c488272db3e7d1f5774161c18b75f29f6fd

post_extract() {
	if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
		vsed -e '/datamash-i18n-de\.pl/d' -i Makefile.in
	fi
}