milis/talimatname/genel/n/nimble/talimat

21 lines
564 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: Nim programlama dili paket yöneticisi
# URL: https://github.com/nim-lang/nimble
# Paketçi: milisarge
# Gerekler: nim
# Grup: geliştirme
isim=nimble
surum=0.8.6
devir=1
kaynak=(https://github.com/nim-lang/nimble/archive/v$surum.tar.gz::nimble-$surum.tar.gz)
derle() {
cd ${isim}-${surum}
nim c -d:release src/nimble
install -Dm 755 src/nimble -t "${PKG}/usr/bin"
install -Dm 644 license.txt "${PKG}/usr/share/licenses/${isim}/LICENSE"
cp -r src/nimblepkg "${PKG}/usr/share/${isim}"
ln -s /usr/share/${isim} "${PKG}/usr/bin/nimblepkg"
}