This commit is contained in:
milisbir 2018-07-18 12:23:04 +03:00
parent 14508c0a9d
commit 94424a0ac8
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# 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"
}