void-packages/srcpkgs/tilda/template

19 lines
601 B
Text
Raw Normal View History

2014-11-12 02:58:26 +00:00
# Template file for 'tilda'
pkgname=tilda
version=1.2.2
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config automake"
makedepends="glib-devel confuse-devel gettext-devel gtk+3-devel vte3-devel"
short_desc="GTK drop down terminal similar to guake"
maintainer="Logen K <logen@sudotask.com>"
2014-11-12 05:01:27 +00:00
license="GPL-2"
2014-11-12 02:58:26 +00:00
homepage="https://github.com/lanoxx/tilda"
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=855ab15423e3de8106975fab2185af4380caeb1bb4c2d0bc60b7674d29f0f4d7
pre_configure() {
2014-11-12 05:01:27 +00:00
sh ./autogen.sh
2014-11-12 02:58:26 +00:00
}