summaryrefslogtreecommitdiffstats
path: root/ix/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-08-09 01:28:04 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-08-09 01:28:04 +0200
commite6ee3ff2e09881a3a6a2d6991909c4d0fbcabdc2 (patch)
tree6d313f4486ead8fef6f0548e9dd2be86b4e687c9 /ix/PKGBUILD
parentdecc56201d3224407769e1cd20aa4d4430e5d88b (diff)
parentefbfa3dd59337717e67fd675b9d6bd3ebd21e8e2 (diff)
downloadaur-packages-e6ee3ff2e09881a3a6a2d6991909c4d0fbcabdc2.tar.gz
aur-packages-e6ee3ff2e09881a3a6a2d6991909c4d0fbcabdc2.tar.xz
Merge branch 'master' of ~flo/git/aur
Diffstat (limited to 'ix/PKGBUILD')
-rw-r--r--ix/PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/ix/PKGBUILD b/ix/PKGBUILD
new file mode 100644
index 0000000..397e8ca
--- /dev/null
+++ b/ix/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: Florian Pritz <f-p@gmx.at>
+pkgname=ix
+pkgver=0.3
+pkgrel=1
+pkgdesc="client for the ix.io pastebin"
+arch=('any')
+url="http://ix.io"
+license=('NONE')
+depends=('python')
+source=(http://ix.io/client)
+
+build() {
+ cd "$srcdir"
+ install -D -m755 client $pkgdir/usr/bin/ix
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('871988a71ced3dd347a39694936f65e4')
+sha256sums=('4cac701dd437aba2ec30672e8751c792be1f17a8721018e8e13bdd892c93c60b')