summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaha2015-09-30 18:45:31 -0400
committerTaha2015-09-30 18:45:31 -0400
commitc6032d87c6663fc3469d125337888b899848ea10 (patch)
treed356bcd6aa380c857a214c5aa6ede5ced7823337 /PKGBUILD
downloadaur-c6032d87c6663fc3469d125337888b899848ea10.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4fb613c01e1f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+pkgname=puush4linux
+pkgdesc="puush4linux is a Linux client for the popular screenshot host puush. puush4linux aims to reach feature parity with the official Windows puush client. It currently supports authentication, taking screenshots and file uploading."
+pkgver=0.01
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://github.com/crescentrose/puush4linux"
+license=('WTFPL')
+source=(https://github.com/crescentrose/puush4linux/archive/master.zip)
+md5sums=('SKIP')
+depends=('bash' 'scrot' 'curl' 'libnotify')
+
+package() {
+ install -D $srcdir/Locator-v$pkgver-alpha/puush $pkgdir/usr/bin/puush
+} \ No newline at end of file