0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/x11-packages/tilda/build.sh
Biswapriyo Nath 3ab172e66f bump(x11/tilda): 2.0.0
Remove patch file which was added in upstream.
51a980a55a
2024-11-25 14:58:06 +00:00

15 lines
600 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/lanoxx/tilda
TERMUX_PKG_DESCRIPTION="A Gtk based drop down terminal for Linux and Unix."
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.0.0"
TERMUX_PKG_SRCURL=https://github.com/lanoxx/tilda/archive/refs/tags/tilda-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ff9364244c58507cd4073ac22e580a4cded048d416c682496c1b1788ee8a30df
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk3, libconfuse, libvte, libx11, pango"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}