# Maintainer: Jonas Heinrich # Contributor: Jonas Heinrich pkgname=nextcloud-app-keeweb pkgver=0.6.1 pkgrel=1 pkgdesc="Open Keepass stores inside Nextcloud" arch=('any') url="https://github.com/jhass/nextcloud-keeweb" license=('AGPL') depends=('nextcloud') makedepends=() options=('!strip') source=("https://github.com/jhass/nextcloud-keeweb/releases/download/v${pkgver}/keeweb-${pkgver}.tar.gz") sha512sums=('3516bd215ab23413acd46f7dfa91367aaf41095d5ac1eb345f02948e2a2811e3e9187a881397fa598adc82222e525e80c418565b091edb4cf2feedf788b18c89') package() { install -d "${pkgdir}/usr/share/webapps/nextcloud/apps" cp -a "${srcdir}/keeweb" "${pkgdir}/usr/share/webapps/nextcloud/apps/keeweb" }