Skip to content
Snippets Groups Projects

community/vdirsyncer: add -google subpackage

Merged Willow requested to merge StacyHarper/aports:vdirsyncer-google into master
All threads resolved!
@@ -2,7 +2,7 @@
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname=vdirsyncer
pkgver=0.19.2
pkgrel=1
pkgrel=2
pkgdesc="CLI Synchronization for CalDAV and CardDAV"
url="http://vdirsyncer.pimutils.org"
arch="noarch"
@@ -35,7 +35,7 @@ checkdepends="
py3-trustme
py3-werkzeug
"
subpackages="$pkgname-doc $pkgname-pyc"
subpackages="$pkgname-doc $pkgname-pyc $pkgname-google"
source="https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-$pkgver.tar.gz"
build() {
@@ -57,6 +57,11 @@ package() {
install -Dm644 build/$pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
}
google() {
mkdir -p "$subpkgdir"
depends="py3-aiohttp-oauthlib"
}
sha512sums="
056c58011d0a054a8cc215e9eabc706dfffb7d38deab5ae47311565b3bdb6de7a4772e97a0a50cdce33c82b09d559f1ec9cf9c84746553badf1d25791c7e08ce vdirsyncer-0.19.2.tar.gz
"
Loading