summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3f0ee55bd7487f953c26f952f415983b7f2111c7 (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: Frederik Schwan <frederik dot schwan at linux dot com>
# Contributor: José Luis Lafuente <jl@lafuente.me>

pkgname=pass-sshaskpass
pkgver=0.0.1
pkgrel=2
pkgdesc='Get ssh passphrase from pass'
url='https://github.com/jlesquembre/pass-sshaskpass'
license=('GPLv2')
arch=('any')
depends=('pass' 'zenity')
provides=('x11-ssh-askpass')
conflicts=('x11-ssh-askpass')
#source=("http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz")
#md5sums=('ca094372e1eec8c857b2f6ace09fb723')

source=(git://github.com/jlesquembre/$pkgname.git)
md5sums=('SKIP')

package() {
  #cd "${srcdir}/${pkgname}-${pkgver}/"
  cd "${srcdir}/${pkgname}/"
  make DESTDIR="${pkgdir}" install
}