20 lines
643 B
Bash
20 lines
643 B
Bash
# Template file for 'tilda'
|
|
pkgname=tilda
|
|
version=1.4.1
|
|
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=da51002210d8fd8fe875907f84b581515399545800044a669c1933bc84cf5070
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|