summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-21 00:49:34 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-01-21 00:49:34 -0500
commitc74baaf01db4f6c50cbe071d75d0099ac09b49f4 (patch)
tree398b5e9e2c1e2785ebaefdac0bd09f1d0446a2bd /pcr
parent492a33e921d7bc0ec5cf0966cd1dcff67bfd5f67 (diff)
Removing guile-bytestructures: This package is in [extra] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/guile-bytestructures/PKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/pcr/guile-bytestructures/PKGBUILD b/pcr/guile-bytestructures/PKGBUILD
deleted file mode 100644
index cb6610550..000000000
--- a/pcr/guile-bytestructures/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Maintainer (AUR): lantw44 (at) gmail (dot) com
-
-# parabola changes and rationale:
-# no changes.
-
-pkgname=guile-bytestructures
-_pkgname=scheme-bytestructures
-pkgver=0.0+250+g7ed31b1
-pkgrel=1
-pkgdesc='Structured access library to bytevector contents for Guile'
-arch=('x86_64' 'i686' 'armv7h')
-url="https://github.com/TaylanUB/scheme-bytestructures"
-license=('GPL3')
-depends=('guile')
-makedepends=('git')
-_commit=7ed31b1e93a4bf8960f1d4aedbea84f4f594af6d
-source=("git+https://github.com/TaylanUB/${_pkgname}#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
- cd ${srcdir}/${_pkgname}
- printf "0.0+%s+g%s" \
- "$(git rev-list HEAD | wc -l)" \
- "$(git rev-list --max-count=1 HEAD | cut -c 1-7)"
-}
-
-build() {
- cd ${srcdir}/${_pkgname}
- autoreconf -fi
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${_pkgname}
- make DESTDIR="${pkgdir}" install
-}