termux-packages/x11-packages/synaptic/build.sh

20 lines
753 B
Bash

TERMUX_PKG_HOMEPAGE=https://www.nongnu.org/synaptic/
TERMUX_PKG_DESCRIPTION="Synaptic is a graphical package management tool based on GTK+ and APT."
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Yisus7u7 <dev.yisus@hotmail.com>"
TERMUX_PKG_VERSION=0.91.2
TERMUX_PKG_SRCURL=https://github.com/mvo5/synaptic/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=686c6b3f1eb96c3d9711ff39aaac365928e934d0b32ff4d0df29cb28ee5c41f0
TERMUX_PKG_DEPENDS="apt, dpkg, gdk-pixbuf, glib, gtk3, libc++, libvte, pango"
TERMUX_PKG_RECOMMENDS="hicolor-icon-theme, netsurf"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure(){
NOCONFIGURE=1 ./autogen.sh
}
termux_step_post_make_install(){
install -Dm700 -t ${TERMUX_PREFIX}/bin ./gtk/synaptic
}