aha
This commit is contained in:
parent
14508c0a9d
commit
94424a0ac8
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue