milis/talimatname/genel/i/inxi/talimat

20 lines
407 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: inxi sistem bilgi betigi
# URL: http://inxi.org
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=inxi
surum=master
devir=1
kaynak=(https://github.com/smxi/inxi/archive/master.tar.gz)
derle(){
mv $DERLEME_KAYNAKDIZIN/$surum.tar.gz $DERLEME_KAYNAKDIZIN/$isim-$surum.tar.gz
cd $isim-$surum
install -Dm755 inxi \
$PKG/usr/bin/inxi
install -Dm644 inxi.1 \
$PKG/usr/share/man/man1/inxi.1
}