milis/talimatname/genel/b/beanshell/talimat

16 lines
508 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: Java ile yazılmış nesne tabanlı komut dosyası dili özelliklerine sahip, küçük, ücretsiz, gömülebilir, kaynak seviyesi Java yorumlayıcısı
# URL: https://github.com/beanshell/beanshell
# Paketçi: CihanAlkan
# Gerekler:
# Grup: geliştirme
isim=beanshell
surum=2.0b6
devir=1
kaynak=(https://github.com/beanshell/beanshell/releases/download/$surum/bsh-$surum.jar)
derle() {
install -m755 -d $PKG/usr/share/java/
install -D -m644 $SRC/bsh-$surum.jar $PKG/usr/share/java/bsh.jar
}