[arch-commits] Commit in keepass-plugin-keeagent/repos (2 files)
Giancarlo Razzolini
grazzolini at archlinux.org
Thu Apr 23 02:03:49 UTC 2020
Date: Thursday, April 23, 2020 @ 02:03:49
Author: grazzolini
Revision: 617747
archrelease: copy trunk to community-testing-any
Added:
keepass-plugin-keeagent/repos/community-testing-any/
keepass-plugin-keeagent/repos/community-testing-any/PKGBUILD
(from rev 617746, keepass-plugin-keeagent/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: keepass-plugin-keeagent/repos/community-testing-any/PKGBUILD (from rev 617746, keepass-plugin-keeagent/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2020-04-23 02:03:49 UTC (rev 617747)
@@ -0,0 +1,36 @@
+# Maintainer: Giancarlo Razzolinit <grazzolini at gmail.com>
+
+pkgname=keepass-plugin-keeagent
+pkgver=0.11.4
+pkgrel=1
+pkgdesc="SSH Agent Plugin for KeePass"
+license=('GPL')
+makedepends=('git' 'msbuild' 'nuget')
+depends=('keepass')
+optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration with GnuPG SSH agent')
+arch=('any')
+url="https://lechnology.com/software/keeagent/"
+#options=('!strip')
+source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=${pkgver}")
+sha512sums=('SKIP')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ git submodule update --init --recursive
+
+ nuget restore
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ msbuild /property:Configuration=ReleasePlgx KeeAgent.sln
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ install -Dm644 KeeAgent/bin/ReleasePlgx/KeeAgent.plgx -t "$pkgdir/usr/share/keepass/plugins/"
+ install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 GPL2.txt "$pkgdir/usr/share/licenses/$pkgname/GPL2.txt"
+}
More information about the arch-commits
mailing list