void-packages/srcpkgs/zim/template

22 lines
575 B
Text
Raw Normal View History

2014-10-28 14:03:37 +00:00
# Template file for 'zim'
pkgname=zim
version=0.62
revision=4
2014-10-28 14:03:37 +00:00
build_style="python-module"
python_versions="2.7"
2014-10-28 14:41:30 +00:00
pycompile_module="zim"
2014-10-28 14:03:37 +00:00
depends="pygtk python-gobject2 python"
hostmakedepends="$depends"
2014-10-28 14:03:37 +00:00
short_desc="A desktop wiki"
maintainer="Enno Boland <eb@s01.de>"
noarch="yes"
license="GPL"
homepage="http://zim-wiki.org/"
distfiles="http://zim-wiki.org/downloads/${pkgname}-${version}.tar.gz"
checksum=19d62aebd2c1a92d84d80720c6c1dcdb779c39a2120468fed01b7f252511bdc2
make_install_args="--skip-xdg-cmd"
post_install() {
vinstall xdg/zim.xml 644 usr/share/mime/packages
}