void-packages/srcpkgs/terminator/template
2015-11-01 11:44:59 +01:00

21 lines
646 B
Bash

# Template file for 'terminator'
pkgname=terminator
version=0.98
revision=2
build_style=python-module
hostmakedepends="python intltool"
makedepends="vte-python"
depends="desktop-file-utils vte-python python"
pycompile_module="terminatorlib"
short_desc="Tiling terminal emulator application"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="http://gnometerminator.blogspot.de/"
license="GPL-2"
distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
checksum=0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1
noarch=yes
pre_configure() {
cp $FILESDIR/terminator.desktop.in data
}