summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowdragon2015-08-31 00:49:32 +0200
committersnowdragon2015-08-31 00:52:54 +0200
commitb6901b0349021429885e05e078fde134977b9764 (patch)
tree9b48df5491b91353435cd0a2fec5ae79e800c88d
downloadaur-b6901b0349021429885e05e078fde134977b9764.tar.gz
Initial import
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..1c278f10c4e3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = keepass-password-counter
+ pkgdesc = This plugin provides a button in the entry dialog with the number of entries that use the password of the open entry, too. It is possible to get the complete list of entries that use the reference password.
+ pkgver = 0.0.1
+ pkgrel = 1
+ url = http://keepasspasswordcounter.sourceforge.net/
+ arch = any
+ license = GPLv2
+ depends = keepass
+ source = http://kent.dl.sourceforge.net/project/keepasspasswordcounter/v0.0.1/KPPasswordCounter.plgx
+ md5sums = dac8247a92f3837e30e119443c9abf46
+
+pkgname = keepass-password-counter
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..771868128957
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Maximilian Berger <snowdragon92[at]gmail[dotcom]>
+
+pkgname=keepass-password-counter
+pkgver=0.0.1
+pkgrel=1
+pkgdesc="This plugin provides a button in the entry dialog with the number of entries that use the password of the open entry, too. It is possible to get the complete list of entries that use the reference password."
+arch=("any")
+url="http://keepasspasswordcounter.sourceforge.net/"
+license=("GPLv2")
+depends=("keepass")
+source=("http://kent.dl.sourceforge.net/project/keepasspasswordcounter/v0.0.1/KPPasswordCounter.plgx")
+
+md5sums=('dac8247a92f3837e30e119443c9abf46')
+
+package() {
+ cd "$srcdir"
+
+ install -Dm664 KPPasswordCounter.plgx "$pkgdir/usr/share/keepass/KPPasswordCounter.plgx"
+}