void-packages/srcpkgs/tilda/template
2016-02-16 07:14:17 +01:00

19 lines
643 B
Bash

# Template file for 'tilda'
pkgname=tilda
version=1.3.2
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=695465b2aeb22dbb66ed1be0b03e743b5f23b854ffc9a085bacff9174a03660c
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}