milis/talimatname/genel/i/inxi/talimat

19 lines
402 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:
name=inxi
version=master
release=1
source=(https://github.com/smxi/inxi/archive/master.tar.gz)
build(){
mv $DERLEME_KAYNAKDIZIN/$version.tar.gz $DERLEME_KAYNAKDIZIN/$name-$version.tar.gz
cd $name-$version
install -Dm755 inxi \
$PKG/usr/bin/inxi
install -Dm644 inxi.1 \
$PKG/usr/share/man/man1/inxi.1
}