diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-26 16:37:22 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-27 02:50:44 +0200 |
commit | 08e58613bbaf608397f08e3f3984f7e2934ddb26 (patch) | |
tree | 67114b0c9d9dc3b623de5ebf6b3361804f9a07d4 /testing/ocaml-easy-format | |
parent | 0ed9acc50c35151069521556904dae0e430df1cb (diff) | |
download | aports-08e58613bbaf608397f08e3f3984f7e2934ddb26.tar.bz2 aports-08e58613bbaf608397f08e3f3984f7e2934ddb26.tar.xz |
testing/ocaml-easy-format: rebuild against new ocaml
Closes: GH-8153
Diffstat (limited to 'testing/ocaml-easy-format')
-rw-r--r-- | testing/ocaml-easy-format/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/ocaml-easy-format/APKBUILD b/testing/ocaml-easy-format/APKBUILD index ea83bdbb2b..2cb00f4b10 100644 --- a/testing/ocaml-easy-format/APKBUILD +++ b/testing/ocaml-easy-format/APKBUILD @@ -3,7 +3,7 @@ pkgname=ocaml-easy-format _pkgname=easy-format pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="Pretty-printing library for OCaml" url="https://mjambon.github.io/mjambon2016/easy-format.html" arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport @@ -16,18 +16,14 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/mjambon/$_pkgname/archive/v$ builddir="$srcdir/$_pkgname-$pkgver" build() { - cd "$builddir" jbuilder build @install } check() { - cd "$builddir" jbuilder runtest } package() { - cd "$builddir" - mkdir -p "$pkgdir"/usr/lib/ocaml jbuilder install \ --destdir="$pkgdir"/usr \ |