milis/talimatname/genel/o/opam/talimat

19 lines
400 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Ocaml paket yöneticisi.
# URL: http://opam.ocaml.org
# Paketçi: milisarge
# Gerekler: aspcud ocaml unzip
isim=opam
surum=1.2.2
devir=1
kaynak=(https://github.com/ocaml/opam/releases/download/$surum/opam-full-$surum.tar.gz::$isim-$surum.tar.xz)
derle() {
cd "opam-full-$surum"
./configure --prefix=/usr
make -j1 lib-ext all
make -C "$SRC/opam-full-$surum" DESTDIR="$PKG" install
}