18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
# 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"
|
||
}
|