[arch-commits] Commit in stow/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 7 20:10:54 UTC 2020


    Date: Tuesday, July 7, 2020 @ 20:10:54
  Author: foutrelis
Revision: 660209

archrelease: copy trunk to community-staging-any

Added:
  stow/repos/community-staging-any/
  stow/repos/community-staging-any/PKGBUILD
    (from rev 660208, stow/trunk/PKGBUILD)

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

Copied: stow/repos/community-staging-any/PKGBUILD (from rev 660208, stow/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 20:10:54 UTC (rev 660209)
@@ -0,0 +1,39 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: eric
+# Contributor: Tom Newsom
+# Contributor: Chris Brannon
+
+pkgname=stow
+pkgver=2.3.1
+pkgrel=3
+pkgdesc='Manage installation of multiple softwares in the same directory tree'
+url='https://www.gnu.org/software/stow/'
+arch=('any')
+license=('GPL3')
+depends=('perl')
+checkdepends=('perl-test-output' 'perl-io-stringy')
+validpgpkeys=('942B9075ACCA04E9037C73FED31B5563DAC1D4FA')  # Adam Spiers
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b'
+            'SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure \
+        --prefix=/usr \
+        --mandir=/usr/share/man \
+        --infodir=/usr/share/info \
+        --with-pmdir=/usr/share/perl5/vendor_perl
+    make
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    make check
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list