void-packages/srcpkgs/tilda/template

19 lines
613 B
Bash

# Template file for 'tilda'
pkgname=tilda
version=2.0.0
revision=1
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="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/lanoxx/tilda"
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=ff9364244c58507cd4073ac22e580a4cded048d416c682496c1b1788ee8a30df
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}