void-packages/srcpkgs/tilda/template
2015-07-12 08:09:19 +02:00

20 lines
643 B
Bash

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