termux-packages/packages/gumbo-parser/build.sh
Leonid Pliushch 27afd9e665
auto updates: migrate config from github-projects.txt to build.sh-specific
Re-enable automatic updates after deleting github-projects.txt.

%ci:no-build
2021-10-04 13:43:31 +03:00

13 lines
450 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/google/gumbo-parser
TERMUX_PKG_DESCRIPTION="An HTML5 parsing library"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.10.1
TERMUX_PKG_SRCURL=https://github.com/google/gumbo-parser/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
TERMUX_PKG_AUTO_UPDATE=true
termux_step_pre_configure() {
./autogen.sh
}