From 682288783d0ea8aa138a3a7a03cc54922069cdad Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Mon, 27 Dec 2021 12:27:50 +0900 Subject: [PATCH] new package: libhtmlcxx --- packages/libhtmlcxx/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 packages/libhtmlcxx/build.sh diff --git a/packages/libhtmlcxx/build.sh b/packages/libhtmlcxx/build.sh new file mode 100644 index 000000000..5fb20d566 --- /dev/null +++ b/packages/libhtmlcxx/build.sh @@ -0,0 +1,8 @@ +TERMUX_PKG_HOMEPAGE=http://htmlcxx.sourceforge.net/ +TERMUX_PKG_DESCRIPTION="A simple non-validating css1 and html parser for C++" +TERMUX_PKG_LICENSE="LGPL-2.0" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=0.87 +TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/sourceforge/htmlcxx/htmlcxx-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8 +TERMUX_PKG_DEPENDS="libc++"