19da2358a9
Also adopt
19 lines
655 B
Bash
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
|
|
}
|