From 653d1d027d7305f77952fbebb3a5b60e990e0648 Mon Sep 17 00:00:00 2001 From: milisarge Date: Sun, 9 Apr 2017 21:12:37 +0300 Subject: [PATCH] setconf.paketlendi --- talimatname/genel/setconf/talimat | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 talimatname/genel/setconf/talimat 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" +}