Date: Tuesday, February 21, 2017 @ 21:40:37 Author: grazzolini Revision: 213380
addpkg: Add keepass-plugin-keeagent Added: keepass-plugin-keeagent/ keepass-plugin-keeagent/repos/ keepass-plugin-keeagent/trunk/ keepass-plugin-keeagent/trunk/PKGBUILD ----------+ PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) Added: keepass-plugin-keeagent/trunk/PKGBUILD =================================================================== --- keepass-plugin-keeagent/trunk/PKGBUILD (rev 0) +++ keepass-plugin-keeagent/trunk/PKGBUILD 2017-02-21 21:40:37 UTC (rev 213380) @@ -0,0 +1,38 @@ +# Maintainer: Giancarlo Razzolinit <grazzol...@gmail.com> + +pkgname=keepass-plugin-keeagent +pkgver=0.8.1 +pkgrel=4 +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 + + mv /build/.config{,.bak} || true + + 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" +} Property changes on: keepass-plugin-keeagent/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property