mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/datamash: upgrade to 1.4
This commit is contained in:
parent
c5a4a4d039
commit
fb778d0656
@ -1,21 +1,16 @@
|
||||
# Contributor: Assaf Gordon <assafgordon@gmail.com>
|
||||
# Maintainer: Assaf Gordon <assafgordon@gmail.com>
|
||||
pkgname=datamash
|
||||
pkgver=1.3
|
||||
pkgver=1.4
|
||||
pkgrel=0
|
||||
|
||||
pkgdesc="command-line text/math procesing"
|
||||
url="https://www.gnu.org/software/datamash/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="GPL-3.0-or-later"
|
||||
source="https://ftpmirror.gnu.org/datamash/$pkgname-$pkgver.tar.gz"
|
||||
subpackages="$pkgname-doc $pkgname-bash-completion:bashcomp:noarch"
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
@ -25,13 +20,14 @@ build() {
|
||||
--disable-nls \
|
||||
--disable-werror \
|
||||
--with-bash-completion-dir=local
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
check() {
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
make -j1 DESTDIR="$pkgdir" install
|
||||
rm -rf "$pkgdir"/usr/share/datamash/examples \
|
||||
"$pkgdir"/usr/lib/charset.alias
|
||||
@ -48,4 +44,4 @@ bashcomp() {
|
||||
rm -r "$pkgdir"/usr/share/datamash/bash-completion.d || true
|
||||
}
|
||||
|
||||
sha512sums="3c36dd01035dc114f2fbfcb8746354e496e6c1536f7b5908cf25632d9cbaddfcd06fc26f8883ef845a6ecd85ceb5708bb7edb3d1b1c6efa273ef5ec0b758366a datamash-1.3.tar.gz"
|
||||
sha512sums="1c47d70c9d7fa5ab2fd2a8cb1d40817ca07e8501628997ae370884fd0a4e926c0718f49f54a5f91eb4db847296bc120db3dd19fc12a92bfe8d2e7d6f2ded5aec datamash-1.4.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user