19 lines
655 B
Bash
19 lines
655 B
Bash
# Template file for 'tilda'
|
|
pkgname=tilda
|
|
version=1.5.0
|
|
revision=1
|
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config automake gettext-devel glib-devel tar"
|
|
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-only"
|
|
homepage="https://github.com/lanoxx/tilda"
|
|
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
|
checksum=f664c17daca2a2900f49de9eb65746ced03c867b02144149ef21260cbcd61039
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|