talimat 347 B

12345678910111213141516
  1. # Description: Ayar dosyalarındaki ayarları kolayca değiştirme aracı
  2. # URL: http://setconf.roboticoverlords.org/
  3. # Packager: milisarge
  4. # Depends: python
  5. name=setconf
  6. version=0.7.4
  7. release=1
  8. source=(http://setconf.roboticoverlords.org/$name-$version.tar.xz)
  9. build () {
  10. cd "$name-$version"
  11. install -Dm755 "$name.py" "$PKG/usr/bin/$name"
  12. }