[arch-commits] Commit in datamash/repos (4 files)

Alad Wenter alad at archlinux.org
Sat Oct 14 16:52:15 UTC 2017


    Date: Saturday, October 14, 2017 @ 16:52:15
  Author: alad
Revision: 262760

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  datamash/repos/community-testing-i686/
  datamash/repos/community-testing-i686/PKGBUILD
    (from rev 262759, datamash/trunk/PKGBUILD)
  datamash/repos/community-testing-x86_64/
  datamash/repos/community-testing-x86_64/PKGBUILD
    (from rev 262759, datamash/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: datamash/repos/community-testing-i686/PKGBUILD (from rev 262759, datamash/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-10-14 16:52:15 UTC (rev 262760)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Gavin Lloyd <gavinhungry at gmail.com>
+# Contributor: Timothy Rice <timothy.rice at unimelb.edu.au>
+
+pkgname=datamash
+pkgver=1.2
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input textual data files'
+url="https://www.gnu.org/software/datamash/"
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
+        "https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig")
+sha256sums=('e8d46fb22ccc77e5380f26cde622a733f363d388b04a2c22e7fb6de0e9d85996'
+            'SKIP')
+# Assaf Gordon <assafgordon at gmail.com>
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: datamash/repos/community-testing-x86_64/PKGBUILD (from rev 262759, datamash/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-10-14 16:52:15 UTC (rev 262760)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Gavin Lloyd <gavinhungry at gmail.com>
+# Contributor: Timothy Rice <timothy.rice at unimelb.edu.au>
+
+pkgname=datamash
+pkgver=1.2
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input textual data files'
+url="https://www.gnu.org/software/datamash/"
+arch=('i686' 'x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
+        "https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig")
+sha256sums=('e8d46fb22ccc77e5380f26cde622a733f363d388b04a2c22e7fb6de0e9d85996'
+            'SKIP')
+# Assaf Gordon <assafgordon at gmail.com>
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list