milis/talimatname/genel/a/aha/talimat

18 lines
405 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: ansi çıktısını html formatına çevirir.
# URL: https://github.com/theZiz/aha
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=aha
surum=0.4.10.6
devir=1
kaynak=(https://github.com/theZiz/aha/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd -- "$SRC/$isim-$surum"
make
install -Dm755 "aha" "$PKG/usr/bin/aha"
install -Dm644 "aha.1" "$PKG/usr/share/man/man1/aha.1"
}