summaryrefslogtreecommitdiffstats
path: root/ix/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-08-08 17:19:29 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-08-08 17:19:29 +0200
commitefbfa3dd59337717e67fd675b9d6bd3ebd21e8e2 (patch)
treef1914d26e3cb60b792465358aee72f241aceb714 /ix/PKGBUILD
parentca8193d2ed3ccfb1b2bcb208a390eb4c4481a3a9 (diff)
downloadaur-packages-efbfa3dd59337717e67fd675b9d6bd3ebd21e8e2.tar.gz
aur-packages-efbfa3dd59337717e67fd675b9d6bd3ebd21e8e2.tar.xz
new package
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')