summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 05c38d8eab7624bf9ef25997db1e4a504d8fa7d6 (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
25
26
27
28
29
30
31
# Maintainer: Marko Korhonen <aur@marko.korhonen.cc>

pkgname=rofi-pass-ydotool-git
_pkgname=rofi-pass
pkgver=528.87d8bbc
pkgrel=1
pkgdesc="bash script to handle pass storages in a convenient way. Ydotool branch, which works under Wayland"
arch=('any')
url='https://github.com/carnager/rofi-pass/tree/ydotool'
license=('GPL')
depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'ydotool' 'xclip' 'pwgen')
optdepends=('passed-git: change fieldnames in password files')
provides=('rofi-pass')
conflicts=('rofi-pass')

install=rofi-pass.install
makedepends=('git')
source=('git+https://github.com/carnager/rofi-pass#branch=ydotool')

pkgver() {
	cd ${_pkgname}
	printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
    cd ${_pkgname}
    make DESTDIR="$pkgdir/" \
       PREFIX='/usr' \
       install
}
md5sums=('SKIP')