milis/talimatname/genel/s/setconf/talimat

16 lines
334 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: Ayar dosyalarındaki ayarları kolayca değiştirme aracı
# URL: http://setconf.roboticoverlords.org/
# Paketçi: milisarge
# Gerekler: python
isim=setconf
surum=0.7.4
devir=1
kaynak=(http://setconf.roboticoverlords.org/$isim-$surum.tar.xz)
derle() {
cd "$isim-$surum"
install -Dm755 "$isim.py" "$PKG/usr/bin/$isim"
}