void-packages/srcpkgs/zim/template

22 lines
626 B
Text

# Template file for 'zim'
pkgname=zim
version=0.62
revision=3
build_style="python-module"
python_versions="2.7"
pycompile_module="zim"
depends="pygtk python-gobject2 python"
hostmakedepends="$depends desktop-file-utils"
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
post_install() {
# remove mimedb generated files
rm -rf ${DESTDIR}/usr/share/mime
vinstall xdg/zim.xml 644 usr/share/mime/packages
}