mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 13:21:03 +00:00
27 lines
852 B
Bash
27 lines
852 B
Bash
TERMUX_PKG_HOMEPAGE=https://hexchat.github.io/
|
|
TERMUX_PKG_DESCRIPTION="A popular and easy to use graphical IRC (chat) client"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="2.16.2"
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://github.com/hexchat/hexchat/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=486d73cdb6a89fa91cfbe242107901d06e777bea25956a7786c4a831a2caa0e3
|
|
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk2, liblua53, libx11, openssl, pango, python"
|
|
TERMUX_PKG_BUILD_DEPENDS="glib-cross"
|
|
TERMUX_PKG_PYTHON_COMMON_BUILD_DEPS="cffi"
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-Dlibcanberra=disabled
|
|
-Ddbus=disabled
|
|
-Dwith-lua=lua53
|
|
-Dtext-frontend=true
|
|
-Dwith-perl=false
|
|
-Dwith-sysinfo=false
|
|
"
|
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="share/locale"
|
|
|
|
termux_step_pre_configure() {
|
|
termux_setup_glib_cross_pkg_config_wrapper
|
|
}
|