aboutsummaryrefslogtreecommitdiff
path: root/testing/ocaml-qcheck
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-05 06:27:44 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-05 06:27:44 +0100
commit435cad13513f52d2faa98f9a19d63b34d3a5bc83 (patch)
tree6b02c6479e5ad6f0fa4af88526cd05f3f49667c4 /testing/ocaml-qcheck
parent268330cf780bd338d41f9d2d48e01f7b8c820604 (diff)
downloadalpine_aports-435cad13513f52d2faa98f9a19d63b34d3a5bc83.tar.bz2
alpine_aports-435cad13513f52d2faa98f9a19d63b34d3a5bc83.tar.xz
alpine_aports-435cad13513f52d2faa98f9a19d63b34d3a5bc83.zip
testing/ocaml-qcheck: rebuild
Diffstat (limited to 'testing/ocaml-qcheck')
-rw-r--r--testing/ocaml-qcheck/APKBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/testing/ocaml-qcheck/APKBUILD b/testing/ocaml-qcheck/APKBUILD
index d100067b42..ac407efb92 100644
--- a/testing/ocaml-qcheck/APKBUILD
+++ b/testing/ocaml-qcheck/APKBUILD
@@ -3,7 +3,7 @@
3pkgname=ocaml-qcheck 3pkgname=ocaml-qcheck
4_pkgname=qcheck 4_pkgname=qcheck
5pkgver=0.12 5pkgver=0.12
6pkgrel=0 6pkgrel=1
7pkgdesc="QuickCheck inspired property-based testing for OCaml" 7pkgdesc="QuickCheck inspired property-based testing for OCaml"
8url="https://github.com/c-cube/qcheck" 8url="https://github.com/c-cube/qcheck"
9arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport 9arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport
@@ -16,8 +16,6 @@ source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
16builddir="$srcdir/$_pkgname-$pkgver" 16builddir="$srcdir/$_pkgname-$pkgver"
17 17
18build() { 18build() {
19 cd "$builddir"
20
21 dune build @install -p qcheck,qcheck-core,qcheck-ounit -j1 --no-buffer --verbose 19 dune build @install -p qcheck,qcheck-core,qcheck-ounit -j1 --no-buffer --verbose
22} 20}
23 21
@@ -26,8 +24,6 @@ check() {
26} 24}
27 25
28package() { 26package() {
29 cd "$builddir"
30
31 mkdir -p "$pkgdir"/usr/lib/ocaml 27 mkdir -p "$pkgdir"/usr/lib/ocaml
32 dune install \ 28 dune install \
33 --destdir="$pkgdir" \ 29 --destdir="$pkgdir" \