summaryrefslogtreecommitdiff
path: root/manualPorts/passwort-tresor/Pkgfile
blob: 5cdacd3a923e3e95fbfdffa4e67a45d0acb159c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Wrapper for pass to retrieve and generate passwords
# URL: https://git.eckner.net/Erich/passwort-tresor
# Maintainer: Erich Eckner, crux at eckner dot net
# Depends on: pass

name=passwort-tresor
version=0.7.1
release=1
source=("https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz")

build() {

    cd ${name}-${version}

    make
    make DESTDIR=$PKG install

}