From 96de51c74f1b9e8b85d6994dd2fd46837da8464e Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 12 Mar 2018 16:26:52 -0500 Subject: Removing ocaml-easy-format: This package is in [community] repo --- pcr/ocaml-easy-format/PKGBUILD | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 pcr/ocaml-easy-format/PKGBUILD (limited to 'pcr/ocaml-easy-format') diff --git a/pcr/ocaml-easy-format/PKGBUILD b/pcr/ocaml-easy-format/PKGBUILD deleted file mode 100644 index 1aaf766e4..000000000 --- a/pcr/ocaml-easy-format/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# Maintainer (Arch): Leonard de Ruijter -# Contributor (Arch): Serge Zirukin -# Contributor (Arch): Sergei Lebedev -# Contributor (Arch): kfgz -# Contributor (Arch): Justin Davis -# Maintainer: Omar Vega Ramos - -pkgname=ocaml-easy-format -_oname=easy-format -pkgver=1.2.0 -pkgrel=1 -pkgdesc="Data pretty printing made easy" -url="http://mjambon.com/easy-format.html" -arch=('i686' 'x86_64') -options=('!strip' 'staticlibs') -license=('BSD') -makedepends=('ocaml-findlib') -source=("https://github.com/mjambon/${_oname}/archive/v${pkgver}.tar.gz") -sha256sums=('a288fabcdc19c2262e76cf93e0fd987fe1b21493edd13309522fbae405329ffd') -build() { - cd $srcdir/$_oname-$pkgver - make -} - -package() { - cd $srcdir/$_oname-$pkgver - mkdir -p ${pkgdir}$(ocamlfind printconf destdir) - make OCAMLFIND_DESTDIR=${pkgdir}$(ocamlfind printconf destdir) install -} -- cgit v1.2.3