# Maintainer: Chih-Hsuan Yen # Forked from https://aur.archlinux.org/packages/nextcloud-app-ocsms/ # Original contributors: # Contributor: Polichronucci pkgname=nextcloud-app-ocsms pkgver=1.13.1 pkgrel=1 epoch=1 pkgdesc="Push your Android SMS to your Nextcloud instance." arch=('any') url="https://apps.nextcloud.com/apps/ocsms" license=('AGPL') depends=('nextcloud') options=('!strip') source=("https://github.com/nextcloud/ocsms/releases/download/$pkgver/ocsms-$pkgver.tar.gz") sha512sums=('90634423b48f79a3a9c55c2188a4b6196b62b8dfa98dcf44cc4421ff2c4dbd88d058b6075c9d30701ece0b2fe45fbe4487d0002161d66b0694cb36d43ce6fc69') package() { install -d "${pkgdir}/usr/share/webapps/nextcloud/apps" cp -a "${srcdir}/ocsms" "${pkgdir}/usr/share/webapps/nextcloud/apps/ocsms" }