# Maintainer: Gilrain # Contributor: Sergej Pupykin # Contributor: David Runge pkgname=nextcloud-app-files-antivirus pkgver=5.5.1 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=('91aa2721b437ea129941c69baeac6bed1c71789b67cf3da4f49ccd9f5c44b6b14f61c3d4ad2948f05ebd75a7ba5b696f2807892d2cef26e4e7789bf41f210ab1') package() { install -d "${pkgdir}/usr/share/webapps/nextcloud/apps" cp -R "${srcdir}/files_antivirus-${pkgver}" "${pkgdir}/usr/share/webapps/nextcloud/apps/files_antivirus" }