summaryrefslogtreecommitdiff
path: root/spm/Pkgfile
diff options
context:
space:
mode:
authorSvyatoslav Mishyn <juef@openmailbox.org>2016-06-10 14:47:54 +0300
committerSvyatoslav Mishyn <juef@openmailbox.org>2016-06-10 14:47:54 +0300
commit91feb10cf377450bf7eb8b47aab5593bdf03c825 (patch)
tree227679887a1d332a9a5c8b6c9c038fbe3ed0bc69 /spm/Pkgfile
parenta4a87ecae55175b7291d65e8a4a5b77e7784a2c2 (diff)
downloadcontrib-91feb10cf377450bf7eb8b47aab5593bdf03c825.tar.gz
contrib-91feb10cf377450bf7eb8b47aab5593bdf03c825.tar.xz
spm: initial import
Diffstat (limited to 'spm/Pkgfile')
-rw-r--r--spm/Pkgfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/spm/Pkgfile b/spm/Pkgfile
new file mode 100644
index 000000000..3fe1ed50a
--- /dev/null
+++ b/spm/Pkgfile
@@ -0,0 +1,14 @@
+# 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
+}

Generated by cgit