1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 12:47:08 +00:00
termux-packages/packages/monolith/build.sh
Termux Github Actions cd14131aa5 upgpkg(main/monolith): 2.7.0
This commit has been automatically submitted by Github Actions.
2022-11-10 18:17:24 +00:00

15 lines
544 B
Bash

TERMUX_PKG_HOMEPAGE="https://github.com/Y2Z/monolith"
TERMUX_PKG_DESCRIPTION="CLI tool for saving complete web pages as a single HTML file"
TERMUX_PKG_LICENSE="CC0-1.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.7.0"
TERMUX_PKG_SRCURL="https://github.com/Y2Z/monolith/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=2076b479638d4ae5c1d1009c915527213175e6ae1b18f95d296092cbda0e7cc2
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="openssl"
termux_step_pre_configure() {
rm -f Makefile
}