aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/PKGBUILD
blob: 1e53425791c0fb6fa663f4cba37b52f17139c429 (plain) (blame)
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
# Maintainer: Fredrik Salomonsson <plattfot@posteo.net>
pkgname=guile-pinentry-rofi
pkgver=2.0.2
pkgrel=1
epoch=
pkgdesc="rofi frontend for pinentry"
arch=('any')
url=""
license=('Expat')
groups=()
depends=('rofi' 'guile' )
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=('pinentry-rofi-guile')
replaces=()
backup=()
options=()
install=
changelog=
source=("$pkgname-$pkgver::git+https://github.com/plattfot/pinentry-rofi.git#tag=$pkgver")
noextract=()
md5sums=('SKIP')
package() {
	cd "$srcdir/$pkgname-$pkgver"
        autoreconf -vif && ./configure --prefix=/usr && make && DESTDIR="$pkgdir" make install
}