void-packages/srcpkgs/cherrytree/template

26 lines
843 B
Bash
Raw Normal View History

# Template file for 'cherrytree'
pkgname=cherrytree
2016-03-15 04:57:50 +00:00
version=0.36.8
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools desktop-file-utils"
depends="pygtksourceview python-dbus python-enchant desktop-file-utils"
pycompile_dirs="usr/share/cherrytree/modules"
short_desc="Hierarchial note taking application with syntax highlighting"
maintainer="Logen K <logen@sudotask.com>"
license="GPL-3"
homepage="http://www.giuspen.com/cherrytree/"
distfiles="http://www.giuspen.com/software/${pkgname}-${version}.tar.xz"
2016-03-15 04:57:50 +00:00
checksum=6f74e6baf5ae6e918ca76482e70e6b2dbd5a9b8b6c066b09b97320fd500b6dd2
post_install() {
# dont install useless egg
rm -rf {DESTDIR}/usr/lib/python2.7/site-packages
# remove old mime registration files
rm -rf ${DESTDIR}/usr/share/application-registry
rm -rf ${DESTDIR}/usr/share/mime-info
}