[arch-commits] Commit in nyacc/repos (extra-any extra-any/PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Dec 4 15:57:37 UTC 2019


    Date: Wednesday, December 4, 2019 @ 15:57:36
  Author: jelle
Revision: 370390

archrelease: copy trunk to extra-any

Added:
  nyacc/repos/extra-any/
  nyacc/repos/extra-any/PKGBUILD
    (from rev 370389, nyacc/trunk/PKGBUILD)

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

Copied: nyacc/repos/extra-any/PKGBUILD (from rev 370389, nyacc/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2019-12-04 15:57:36 UTC (rev 370390)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=nyacc
+pkgver=0.99.2
+pkgrel=2
+pkgdesc="Not Yet Another Compiler Compiler"
+url="http://www.nongnu.org/nyacc"
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+depends=('guile' 'guile-bytestructures')
+makedepends=('guile')
+source=("http://download-mirror.savannah.gnu.org/releases/nyacc/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('f182d097b1e2d8a75a8d7c857171131f0361da3a9087096b768ffda4ecf6e3a7'
+            'SKIP')
+validpgpkeys=('7C9EDA8DCE5DC8AE2C675EC9EE4F2A40097B7C03') # Marc Wette
+
+build() {
+  cd $pkgname-$pkgver
+  GUILD=/usr/bin/guild ./configure 
+  make
+}
+ 
+package() {
+  cd $pkgname-$pkgver
+  make SITE_SCM_DIR="$pkgdir"/usr/share/guile/2.2/ \
+       SITE_SCM_GO_dir="$pkgdir"/usr/lib/guile/2.2/ccache install-srcs
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cd doc/$pkgname
+  cp nyacc*.{pdf,html} "$pkgdir"/usr/share/doc/$pkgname
+}



More information about the arch-commits mailing list