-
-
Save thegala/fc6695b9fe185188ef6d3c7141866e15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Carsten Feuls <[email protected]> | |
pkgname=python-vobject | |
pkgver=0.9.4.1 | |
pkgrel=0 | |
pkgdesc='Module for parsing and generating vCard and vCalendar files' | |
url='https://eventable.github.io/vobject/' | |
license=('Apache') | |
arch=('any') | |
depends=('python-dateutil' 'python-pyicu') | |
makedepends=('python-setuptools') | |
source=("https://github.com/eventable/vobject/archive/0.9.4.1.zip") | |
sha256sums=('fe1981f89180cd6bcc5802c746c76f5a9116c4047b98c7f671d3754d8971ebc6') | |
package() { | |
cd "vobject-${pkgver}" | |
python3 setup.py install --root="${pkgdir}" --optimize=1 | |
rm -rf ${pkgdir}/usr/bin | |
} | |
# vim:set ts=2 sw=2 et: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment