milis/talimatname/genel/m/mruby/talimat

22 lines
527 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: Hafif Ruby yorumlayıcısı
# URL: https://github.com/mruby/mruby
# Paketçi: milisarge
# Gerekler: git ruby
# Grup: geliştirme
isim=mruby
surum=1.3.0
devir=1
kaynak=(https://github.com/mruby/mruby/archive/$surum.zip::mruby-$surum.zip)
derle() {
cd mruby-$surum
make
make test
install -d "$PKG/usr/bin" "$PKG/usr/lib" "$PKG/usr/share/licenses/mruby"
cp build/host/bin/* "$PKG/usr/bin"
cp build/host/lib/*.a "$PKG/usr/lib"
cp -r include "$PKG/usr"
cp MITL "$PKG/usr/share/licenses/mruby/LICENSE"
}