milis/talimatname/genel/e/elixir/talimat

20 lines
493 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: Erlang VM üzerine kurulu fonksiyonel meta programlama dili
# URL: http://elixir-lang.org
# Paketçi: milisarge
# Gerekler: erlang
# Grup: geliştirme
isim=elixir
surum=1.7.1
devir=1
kaynak=(https://github.com/elixir-lang/elixir/archive/v${surum}.tar.gz::$isim-$surum.tar.gz)
derle() {
cd elixir-"$surum"
make
make test_erlang
mkdir -p "$PKG"/usr/share/licenses/"$isim"
install -Dm644 LICENSE "$PKG"/usr/share/licenses/"$isim"
make DESTDIR="$PKG" PREFIX=/usr install
}