31 lines
935 B
Bash
31 lines
935 B
Bash
# Template file for 'khal'
|
|
pkgname=khal
|
|
version=0.8.2
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
python_versions="3.4"
|
|
pycompile_version="3.4"
|
|
pycompile_module="khal"
|
|
hostmakedepends="python3.4-setuptools"
|
|
depends="python3.4-setuptools python3.4-click python3.4-configobj
|
|
python3.4-dateutil python3.4-icalendar python3.4-pytz python3.4-tzlocal
|
|
python3.4-urwid python3.4-xdg vdirsyncer"
|
|
short_desc="Command-line calendar build around CalDAV"
|
|
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
|
license="MIT"
|
|
homepage="http://lostpackets.de/khal/"
|
|
distfiles="${PYPI_SITE}/k/khal/khal-${version}.tar.gz"
|
|
checksum=f2ff3cf58ea4de55b42e6f3cd61818be1ebaf86fabb7f7d5c11b762d07a40c46
|
|
|
|
pre_build() {
|
|
sed -e '/setuptools_scm/d' \
|
|
-e '/pkginfo/d' \
|
|
-e "s/use_scm_version=True,/version=\"${version}\",/" \
|
|
-i setup.py
|
|
}
|
|
post_install() {
|
|
vlicense COPYING
|
|
vinstall misc/__khal 644 usr/share/zsh/site-functions
|
|
vsconf khal.conf.sample
|
|
}
|