summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 636a70fc555f8d58d0f091c3052b14129c3f7758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Varshit Bhat <varshitbhat@gmail.com>

pkgname=wfrcrdrbind-git
pkgver=1.0
pkgrel=2
pkgdesc="Binding to simplify wf-recorder"
arch=('any')
url="https://gitlab.com/varshitbhat/wfrcrdrbind"
license=('GPLv3')
depends=('wf-recorder-git' 'libnotify' 'slurp' 'xdg-user-dirs')
source=('https://gitlab.com/varshitbhat/wfrcrdrbind/raw/master/wfrcrdrbind')
noextract=('wfrcrdrbind')
md5sums=('SKIP')

package() {
	install -Dm755 "${srcdir}/wfrcrdrbind" "${pkgdir}/usr/bin/wfrcrdrbind"
}