1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 05:06:44 +00:00
termux-packages/packages/json-glib/build.sh

22 lines
733 B
Bash
Raw Normal View History

2017-05-10 23:41:54 +00:00
TERMUX_PKG_HOMEPAGE=https://wiki.gnome.org/Projects/JsonGlib
TERMUX_PKG_DESCRIPTION="GLib JSON manipulation library"
2019-01-21 12:53:58 +00:00
TERMUX_PKG_LICENSE="GPL-2.0"
2018-09-19 22:43:04 +00:00
TERMUX_PKG_VERSION=1.4.4
TERMUX_PKG_REVISION=2
2018-09-19 22:43:04 +00:00
TERMUX_PKG_SHA256=720c5f4379513dc11fd97dc75336eb0c0d3338c53128044d9fabec4374f4bc47
2017-10-14 21:07:52 +00:00
TERMUX_PKG_SRCURL=https://download.gnome.org/sources/json-glib/${TERMUX_PKG_VERSION:0:3}/json-glib-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_DEPENDS="glib"
TERMUX_PKG_BREAKS="json-glib-dev"
TERMUX_PKG_REPLACES="json-glib-dev"
2017-10-14 21:07:52 +00:00
TERMUX_PKG_RM_AFTER_INSTALL="
share/installed-tests
libexec/installed-tests
bin/
"
termux_step_pre_configure() {
# Remove configure wrapper around meson build which prevents
# meson setup in termux_step_configure.
rm configure
}