summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-12 16:27:18 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-12 16:27:18 -0500
commit9e8c1b3aba0410de3ee7f33230789f9b9369d32b (patch)
tree456c77c51f1ff0ce5904a929f2303a60b27a3ae8 /pcr
parent96de51c74f1b9e8b85d6994dd2fd46837da8464e (diff)
downloadabslibre-9e8c1b3aba0410de3ee7f33230789f9b9369d32b.tar.gz
abslibre-9e8c1b3aba0410de3ee7f33230789f9b9369d32b.tar.bz2
abslibre-9e8c1b3aba0410de3ee7f33230789f9b9369d32b.zip
Removing ocaml-yojson: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/ocaml-yojson/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/ocaml-yojson/PKGBUILD b/pcr/ocaml-yojson/PKGBUILD
deleted file mode 100644
index 3223a9199..000000000
--- a/pcr/ocaml-yojson/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer (Arch): Leonard de Ruijter <alderuijter@gmail.com>
-# Contributor (Arch): Serge Zirukin <ftrvxmtrx@gmail.com>
-# Contributor (Arch): Sergei Lebedev <superbobry@gmail.com>
-# Contributor (Arch): Justin Davis <jrcd 83 at gmail>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=ocaml-yojson
-_oname=yojson
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='An optimized parsing and printing library for JSON'
-arch=('i686' 'x86_64')
-options=('!strip' 'staticlibs')
-license=('BSD')
-depends=('ocaml-biniou' 'ocaml-easy-format')
-makedepends=('ocaml-findlib' 'cppo')
-url='http://mjambon.com/yojson.html'
-source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz")
-options=(!makeflags)
-sha256sums=('eff510621efd6dcfb86b65eaf1d4d6f3b9b680143d88e652b6f14072523a2351')
-build() {
- cd $srcdir/$_oname-$pkgver
- make && make doc
-}
-
-package() {
- cd $srcdir/$_oname-$pkgver
- mkdir -p $pkgdir/usr/bin $pkgdir$(ocamlfind printconf destdir)
- make OCAMLFIND_DESTDIR=${pkgdir}$(ocamlfind printconf destdir) install BINDIR="${pkgdir}/usr/bin"
- install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
- install -t "${pkgdir}/usr/share/doc/$pkgname" doc/*
-}