[arch-commits] Commit in keepass-plugin-keeagent/repos/community-any (2 files)
Giancarlo Razzolini
grazzolini at archlinux.org
Mon Mar 4 18:17:45 UTC 2019
Date: Monday, March 4, 2019 @ 18:17:43
Author: grazzolini
Revision: 437568
archrelease: copy trunk to community-any
Added:
keepass-plugin-keeagent/repos/community-any/PKGBUILD
(from rev 437567, keepass-plugin-keeagent/trunk/PKGBUILD)
Deleted:
keepass-plugin-keeagent/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-04 18:17:11 UTC (rev 437567)
+++ PKGBUILD 2019-03-04 18:17:43 UTC (rev 437568)
@@ -1,36 +0,0 @@
-# Maintainer: Giancarlo Razzolinit <grazzolini at gmail.com>
-
-pkgname=keepass-plugin-keeagent
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="SSH Agent Plugin for KeePass"
-license=('GPL')
-makedepends=('git' 'nuget')
-depends=('keepass')
-optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration with GnuPG SSH agent')
-arch=('any')
-url="http://lechnology.com/software/keeagent/"
-options=('!strip')
-source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver}")
-sha512sums=('SKIP')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- git submodule update --init --recursive
-
- nuget restore
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- xbuild /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"
-}
Copied: keepass-plugin-keeagent/repos/community-any/PKGBUILD (from rev 437567, keepass-plugin-keeagent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-03-04 18:17:43 UTC (rev 437568)
@@ -0,0 +1,36 @@
+# Maintainer: Giancarlo Razzolinit <grazzolini at gmail.com>
+
+pkgname=keepass-plugin-keeagent
+pkgver=0.10.1
+pkgrel=2
+pkgdesc="SSH Agent Plugin for KeePass"
+license=('GPL')
+makedepends=('git' '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=v${pkgver}")
+sha512sums=('SKIP')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ git submodule update --init --recursive
+
+ nuget restore
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ xbuild /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