summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGenerator2016-12-30 16:42:12 +0000
committerGenerator2016-12-30 16:42:12 +0000
commit615307c6e322dea3ee6bc710a1bca044a03df1c5 (patch)
treec3783217f7bb8c5b1cd1bb00db99b6f0a5460abb
downloadaur-keepass-plugin-keesecuritycheck.tar.gz
Initial commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2c77da69ab34
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Fri Dec 30 16:41:36 UTC 2016
+pkgbase = keepass-plugin-keesecuritycheck
+ pkgdesc = KeePass plugin to perform a security audit of your passwords
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/hmc-soft/KeeSecurityCheck
+ arch = any
+ license = GPL
+ depends = keepass
+ source = https://github.com/hmc-soft/KeeSecurityCheck/releases/download/v1.0/KeeSecurityCheck.plgx
+ sha512sums = 1faaefaf568aedbbc3a29529360a2d1d94dfbeffba01068dad1ac03655769c1c7ca4ad784874ff149e4289ffad720057c508ed97639a690240740227c22e97f0
+
+pkgname = keepass-plugin-keesecuritycheck
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..65b19f965e29
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: American_Jesus <american.jesus.pt AT gmail DOT com>
+
+_pkgname=KeeSecurityCheck
+pkgname=keepass-plugin-keesecuritycheck
+pkgver=1.0
+pkgrel=1
+pkgdesc="KeePass plugin to perform a security audit of your passwords"
+license=('GPL')
+depends=('keepass')
+arch=('any')
+url="https://github.com/hmc-soft/KeeSecurityCheck"
+source=("https://github.com/hmc-soft/${_pkgname}/releases/download/v${pkgver}/${_pkgname}.plgx")
+sha512sums=('1faaefaf568aedbbc3a29529360a2d1d94dfbeffba01068dad1ac03655769c1c7ca4ad784874ff149e4289ffad720057c508ed97639a690240740227c22e97f0')
+
+package() {
+ install -Dm644 "${srcdir}"/${_pkgname}.plgx "${pkgdir}"/usr/share/keepass/plugins/${_pkgname}.plgx
+}