summaryrefslogtreecommitdiff
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
parenta4a87ecae55175b7291d65e8a4a5b77e7784a2c2 (diff)
downloadcontrib-91feb10cf377450bf7eb8b47aab5593bdf03c825.tar.gz
contrib-91feb10cf377450bf7eb8b47aab5593bdf03c825.tar.xz
spm: initial import
-rw-r--r--spm/.footprint7
-rw-r--r--spm/.md5sum1
-rw-r--r--spm/Pkgfile14
3 files changed, 22 insertions, 0 deletions
diff --git a/spm/.footprint b/spm/.footprint
new file mode 100644
index 000000000..11e717b3e
--- /dev/null
+++ b/spm/.footprint
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/spm
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/spm.1.gz
diff --git a/spm/.md5sum b/spm/.md5sum
new file mode 100644
index 000000000..ed406e03f
--- /dev/null
+++ b/spm/.md5sum
@@ -0,0 +1 @@
+e6970407c2ceff62edab9d1eaf2828fe 1.4.3.tar.gz
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