void-packages/srcpkgs/tilda/template
2016-04-19 08:38:05 +02:00

20 lines
643 B
Bash

# Template file for 'tilda'
pkgname=tilda
version=1.3.3
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config automake gettext-devel glib-devel"
makedepends="confuse-devel gtk+3-devel vte3-devel"
depends="desktop-file-utils"
short_desc="GTK drop down terminal similar to guake"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://github.com/lanoxx/tilda"
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=71baa5572c498e5b3e94f5b57e8118c1ef0fdaea269a5b2425208e1adec284b1
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}