summaryrefslogtreecommitdiff
path: root/manualPorts/pass/Pkgfile
blob: 929f795045c41bb3c53c7142dc547714926c1e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Description: Standard unix password manager
# URL:         http://http://zx2c4.com/projects/password-store/
# Maintainer:  Erich Eckner, crux at eckner dot net
# Contributor: Vitaly Sinilin, vs at kp4 dot ru
# Depends on:  gnupg git tree dmenu

name=pass
version=1.7.3
release=2
source=(http://git.zx2c4.com/password-store/snapshot/password-store-$version.tar.xz)

build() {
    cd "password-store-$version"
    make DESTDIR="$PKG" WITH_ALLCOMP=yes install
    install -Dm0755 contrib/dmenu/passmenu "${PKG}/usr/bin/passmenu"
}