blob: eb1cfab23abca6f886e7baa1cd3fe93e85b06487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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=('GNU')
#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"
}
|