void-packages/srcpkgs/tilda/template
Nathan Owens 19da2358a9 tilda: update to 1.5.2
Also adopt
2020-12-01 16:01:56 -05:00

19 lines
655 B
Bash

# Template file for 'tilda'
pkgname=tilda
version=1.5.2
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="Nathan <ndowens@artixlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/lanoxx/tilda"
distfiles="https://github.com/lanoxx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
checksum=3d6b9ea01d39692685e410f365c64ed63b604372e4e4f82b99e82c4967ef03db
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}