contrib/spm/Pkgfile
2016-09-20 08:28:47 +03:00

16 lines
359 B
Plaintext

# Description: Simple password manager
# URL: https://notabug.org/kl3/spm
# Maintainer: Svyatoslav Mishyn, juef at openmailbox dot org
# Depends on: gnupg tree less sed
# Optional: pwgen
name=spm
version=1.4.7
release=1
source=(https://notabug.org/kl3/$name/archive/$version.tar.gz)
build() {
cd $name
make install PREFIX=/usr DESTDIR=$PKG
}