# Maintainer: Jonas Heinrich # Contributor: Jonas Heinrich pkgname=nextcloud-integration-reddit pkgver=0.0.9 pkgrel=1 pkgdesc="Reddit integration into Nextcloud" arch=('any') url="https://github.com/nextcloud/integration_reddit" license=('AGPL3') depends=('nextcloud') makedepends=() options=('!strip') source=("https://github.com/nextcloud/integration_reddit/releases/download/v${pkgver}/integration_reddit-${pkgver}.tar.gz") sha512sums=('a5f0a7577a159028fff9793c0d5c5a67bb30cc85aaa541f7793ade32eaf4f190722a6fb20ab7ed328784d4949047117574d885450e5e02c0d364dfceeef33025') package() { install -d "${pkgdir}/usr/share/webapps/nextcloud/apps" cp -a "${srcdir}/integration_reddit" "${pkgdir}/usr/share/webapps/nextcloud/apps/integration_reddit" }