mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/ocamlclean: new aport
http://www.algo-prog.info/ocapic/web/index.php?id=OCAPIC:OCamlClean OCaml Bytecode Cleaner
This commit is contained in:
parent
08e0ea5a97
commit
aa1451cd33
30
testing/ocamlclean/APKBUILD
Normal file
30
testing/ocamlclean/APKBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=ocamlclean
|
||||
pkgver=2.1
|
||||
pkgrel=0
|
||||
pkgdesc="OCaml Bytecode Cleaner"
|
||||
url="http://www.algo-prog.info/ocapic/web/index.php?id=OCAPIC:OCamlClean"
|
||||
arch="all !x86 !armhf !s390x" # limited by ocaml aport
|
||||
license="CECILL-2.0"
|
||||
makedepends="bash ocaml ocamlbuild"
|
||||
subpackages="$pkgname-doc"
|
||||
# backup: https://github.com/bvaugon/ocamlclean
|
||||
source="$pkgname-$pkgver.tar.bz2::http://www.algo-prog.info/ocapic/web/lib/exe/fetch.php?media=ocapic:$pkgname-$pkgver.tar.bz2"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
./configure \
|
||||
-prefix "$pkgdir/usr" \
|
||||
-mandir "$pkgdir/usr/share/man"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make install
|
||||
}
|
||||
|
||||
sha512sums="6554f452c48c853fed4587456c582f31a47d947772975ba17e5a4cbb566fa61ed996dee23ec83fe360c7bcf65cc9f8544c78491769e8546b05dbada53b4cf73d ocamlclean-2.1.tar.bz2"
|
Loading…
Reference in New Issue
Block a user