diff --git a/talimatname/genel/setconf/talimat b/talimatname/genel/setconf/talimat new file mode 100644 index 000000000..4e285ec2c --- /dev/null +++ b/talimatname/genel/setconf/talimat @@ -0,0 +1,15 @@ +# Description: Ayar dosyalarındaki ayarları kolayca değiştirme aracı +# URL: http://setconf.roboticoverlords.org/ +# Packager: milisarge +# Depends: python + +name=setconf +version=0.7.4 +release=1 +source=(http://setconf.roboticoverlords.org/$name-$version.tar.xz) + +build () { + cd "$name-$version" + + install -Dm755 "$name.py" "$PKG/usr/bin/$name" +}