# Maintainer: Gilrain # Contributor: Sergej Pupykin # Contributor: David Runge pkgname=nextcloud-app-files-antivirus pkgver=5.5.2 pkgrel=1 pkgdesc="Antivirus app for Nextcloud" arch=('any') url="https://github.com/nextcloud/files_antivirus" license=('AGPL-3.0-only') depends=('nextcloud' 'clamav') makedepends=() options=('!strip') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v${pkgver}.tar.gz") sha512sums=('3fbbc4a4fae59321cafc1fbb93938ec73c189390706718bf4b24fdc5a816a9b17520a9a8f1a3ff9c9ddd22934eb0356440628c49fad568a7866675307631fe77') package() { install -d "${pkgdir}/usr/share/webapps/nextcloud/apps" cp -R "${srcdir}/files_antivirus-${pkgver}" "${pkgdir}/usr/share/webapps/nextcloud/apps/files_antivirus" }