From 40b64ad3163b37c6aa5b6b2cfc66845eb9ef0810 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Sun, 1 May 2022 14:55:23 +0900 Subject: [PATCH] new package: bluefish --- x11-packages/bluefish/build.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x11-packages/bluefish/build.sh diff --git a/x11-packages/bluefish/build.sh b/x11-packages/bluefish/build.sh new file mode 100644 index 000000000..ec05409bd --- /dev/null +++ b/x11-packages/bluefish/build.sh @@ -0,0 +1,13 @@ +TERMUX_PKG_HOMEPAGE=https://bluefish.openoffice.nl/ +TERMUX_PKG_DESCRIPTION="A powerful editor targeted towards programmers and webdevelopers" +TERMUX_PKG_LICENSE="GPL-3.0" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=2.2.12 +TERMUX_PKG_SRCURL=https://www.bennewitz.com/bluefish/stable/source/bluefish-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=0df9905ba2c601cd767fa53e147969e9c90bc0cc4c005c4011c150b248979e6a +TERMUX_PKG_DEPENDS="atk, enchant, gdk-pixbuf, glib, gtk3, harfbuzz, libcairo, libxml2, pango, zlib" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" +--disable-xml-catalog-update +--disable-update-databases +--disable-python +"