mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/ocaml-easy-format: rebuild for new ocaml
This commit is contained in:
parent
ce96a67e58
commit
7f5d4bc3b9
@ -3,7 +3,7 @@
|
||||
pkgname=ocaml-easy-format
|
||||
_pkgname=easy-format
|
||||
pkgver=1.3.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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
|
||||
@ -26,8 +26,9 @@ check() {
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/lib/ocaml
|
||||
jbuilder install \
|
||||
--destdir="$pkgdir"/usr \
|
||||
--libdir="$pkgdir"/usr/lib/ocaml
|
||||
--destdir="$pkgdir" \
|
||||
--prefix=/usr \
|
||||
--libdir=/usr/lib/ocaml
|
||||
|
||||
# There's just a readme and changelog.
|
||||
rm -Rf "$pkgdir"/usr/doc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user