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

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


    Date: Wednesday, December 4, 2019 @ 15:13:38
  Author: jelle
Revision: 370386

archrelease: copy trunk to extra-x86_64

Added:
  guile-bytestructures/repos/extra-x86_64/
  guile-bytestructures/repos/extra-x86_64/PKGBUILD
    (from rev 370385, guile-bytestructures/trunk/PKGBUILD)

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

Copied: guile-bytestructures/repos/extra-x86_64/PKGBUILD (from rev 370385, guile-bytestructures/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2019-12-04 15:13:38 UTC (rev 370386)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: lantw44 (at) gmail (dot) com
+
+pkgname=guile-bytestructures
+_pkgname=bytestructures
+pkgver=1.0.6
+pkgrel=2
+pkgdesc='Structured access library to bytevector contents for Guile'
+arch=('x86_64')
+url="https://github.com/TaylanUB/scheme-bytestructures"
+license=('GPL3')
+depends=('guile')
+makedepends=('git')
+source=("https://github.com/TaylanUB/scheme-${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('d35edf088a450a8ac6f9465c5421f8f77fb826c5b95dc06b4ddc32c36a76ae1d')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list