[arch-commits] Commit in which/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-10-06 Thread Sébastien Luttringer via arch-commits
Date: Sunday, October 6, 2019 @ 15:50:04
  Author: seblu
Revision: 363955

archrelease: copy trunk to testing-x86_64

Added:
  which/repos/testing-x86_64/
  which/repos/testing-x86_64/PKGBUILD
(from rev 363954, which/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: which/repos/testing-x86_64/PKGBUILD (from rev 363954, 
which/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-10-06 15:50:04 UTC (rev 363955)
@@ -0,0 +1,30 @@
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=which
+pkgver=2.21
+pkgrel=4
+pkgdesc='A utility to show the full path of commands'
+arch=('x86_64')
+url='https://savannah.gnu.org/projects/which/'
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+# gpg key is using deprecated md5 algo, do not use
+# check if a new one is issued in the next release
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in which/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-11-03 Thread Jelle van der Waa via arch-commits
Date: Saturday, November 3, 2018 @ 16:39:08
  Author: jelle
Revision: 337782

archrelease: copy trunk to testing-x86_64

Added:
  which/repos/testing-x86_64/
  which/repos/testing-x86_64/PKGBUILD
(from rev 337781, which/trunk/PKGBUILD)

--+
 PKGBUILD |   30 ++
 1 file changed, 30 insertions(+)

Copied: which/repos/testing-x86_64/PKGBUILD (from rev 337781, 
which/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-11-03 16:39:08 UTC (rev 337782)
@@ -0,0 +1,30 @@
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=which
+pkgver=2.21
+pkgrel=3
+pkgdesc='A utility to show the full path of commands'
+arch=('x86_64')
+url='https://savannah.gnu.org/projects/which/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash')
+# gpg key is using deprecated md5 algo, do not use
+# check if a new one is issued in the next release
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('097ff1a324ae02e0a3b0369f07a7544a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in which/repos (testing-x86_64)

2010-11-19 Thread Stéphane Gaudreault
Date: Friday, November 19, 2010 @ 22:28:06
  Author: stephane
Revision: 100051

archrelease: copy trunk to testing-x86_64

Added:
  which/repos/testing-x86_64/



[arch-commits] Commit in which/repos (testing-x86_64)

2010-04-18 Thread Allan McRae
Date: Sunday, April 18, 2010 @ 07:21:43
  Author: allan
Revision: 77840

archrelease: copy trunk to testing-x86_64

Added:
  which/repos/testing-x86_64/



[arch-commits] Commit in which/repos (testing-x86_64)

2010-02-20 Thread Allan McRae
Date: Saturday, February 20, 2010 @ 06:31:30
  Author: allan
Revision: 69368

archrelease: copy trunk to testing-x86_64

Added:
  which/repos/testing-x86_64/