mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
testing/datamash: take over maintainership
This commit is contained in:
parent
3733eef78f
commit
718ad0e2bc
@ -1,25 +1,27 @@
|
||||
# Contributor: Assaf Gordon <assafgordon@gmail.com>
|
||||
# Maintainer: Assaf Gordon <assafgordon@gmail.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=datamash
|
||||
pkgver=1.8
|
||||
pkgrel=0
|
||||
pkgdesc="command-line text/math procesing"
|
||||
pkgrel=1
|
||||
pkgdesc="Command-line text/math processing"
|
||||
url="https://www.gnu.org/software/datamash/"
|
||||
arch="all"
|
||||
license="GPL-3.0-or-later"
|
||||
source="https://ftpmirror.gnu.org/datamash/datamash-$pkgver.tar.gz"
|
||||
subpackages="$pkgname-doc $pkgname-bash-completion"
|
||||
source="https://ftpmirror.gnu.org/datamash/datamash-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
--disable-nls \
|
||||
--disable-werror \
|
||||
--with-bash-completion-dir=local
|
||||
--with-bash-completion-dir=/usr/share/bash-completion/completions
|
||||
make
|
||||
}
|
||||
|
||||
@ -29,13 +31,9 @@ check() {
|
||||
|
||||
package() {
|
||||
make -j1 DESTDIR="$pkgdir" install
|
||||
rm -rf "$pkgdir"/usr/share/datamash/examples \
|
||||
"$pkgdir"/usr/lib/charset.alias
|
||||
|
||||
mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
|
||||
mv "$pkgdir"/usr/share/datamash/bash-completion.d/datamash \
|
||||
"$pkgdir"/usr/share/bash-completion/completions/
|
||||
rm -r "$pkgdir"/usr/share/datamash/bash-completion.d || true
|
||||
rm -vrf "$pkgdir"/usr/share/datamash/examples
|
||||
rmdir -v "$pkgdir"/usr/share/datamash
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
Loading…
Reference in New Issue
Block a user