contrib/spm/Pkgfile
2016-06-10 14:47:54 +03:00

15 lines
354 B
Plaintext

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