summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngo Bürk2017-01-27 09:41:38 +0100
committerIngo Bürk2017-01-27 09:41:38 +0100
commit54dd20df789ded4f06df23ce27747c5bf79b6d81 (patch)
treec6aa1507baf9b061a201caec79ed725512fe495b /PKGBUILD
downloadaur-54dd20df789ded4f06df23ce27747c5bf79b6d81.tar.gz
initial version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b24500f1a448
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Ingo Bürk <admin at airblader dot de>
+pkgname=yaxg-git
+pkgver=latest
+pkgrel=1
+pkgdesc="Yet Another X Grabber"
+arch=('i686' 'x86_64')
+url="https://github.com/DanielFGray/yaxg"
+license=('custom')
+#depends=()
+optdepends=('slop: for selecting regions and windows'
+ 'maim: for saving screenshots'
+ 'ffmpeg: for recording videos'
+ 'byzanz: for recording gifs'
+ 'libnotify: for notifications')
+makedepends=('git')
+provides=('yaxg')
+#conflicts=()
+#groups=()
+source=("$pkgname::git+https://github.com/DanielFGray/yaxg.git")
+md5sums=('SKIP')
+
+package() {
+ install -Dm755 "${srcdir}/${pkgname}/yaxg" "${pkgdir}/usr/bin/yaxg"
+}