summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchadept2017-02-07 17:25:02 +0100
committerArchadept2017-02-07 17:25:02 +0100
commit3fc43fabe7fe483b5e2ee7de01a49ab3592f7beb (patch)
tree66217da11e408ef2718eecc1c500f8f5b84f0ad0
downloadaur-keepass-gostcipher.tar.gz
Initial import
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..bce7cdb8b32b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+# Generated by mksrcinfo v8
+# Tue Feb 7 16:24:48 UTC 2017
+pkgbase = keepass-gostcipher
+ pkgdesc = Enables KeePass to encrypt databases using the GOST R 34.12-2015 algorithm.
+ pkgver = 2.1
+ pkgrel = 1
+ url = https://github.com/yaruson/GostPlugin
+ arch = any
+ license = GPL2
+ depends = keepass
+ source = https://github.com/yaruson/GostPlugin/releases/download/2.1/GostPlugin.plgx
+ md5sums = 1c4e2ee2cbe44eb4a454ee56ad86cf68
+
+pkgname = keepass-gostcipher
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..af64ef36f770
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: Archadept
+# Revision: 2017-02-07
+
+pkgname=keepass-gostcipher
+_pkgname=GostPlugin
+pkgver=2.1
+pkgrel=1
+pkgdesc="Enables KeePass to encrypt databases using the GOST R 34.12-2015 algorithm."
+license=('GPL2')
+depends=('keepass')
+arch=('any')
+url="https://github.com/yaruson/GostPlugin"
+source=("https://github.com/yaruson/$_pkgname/releases/download/$pkgver/${_pkgname}.plgx")
+md5sums=('1c4e2ee2cbe44eb4a454ee56ad86cf68')
+
+package() {
+ mkdir -p "${pkgdir}"/usr/share/keepass
+ install -m644 "$_pkgname.plgx" "${pkgdir}"/usr/share/keepass
+}