mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-16 23:01:07 +00:00
- These can now be handled by `termux_pkg_upgrade_version` itself - Also fix up the `TERMUX_PKG_UPDATE_TAG_TYPE` for a few packages %ci:no-build
16 lines
604 B
Bash
16 lines
604 B
Bash
TERMUX_PKG_HOMEPAGE=https://gitlab.com/surfraw/Surfraw
|
|
TERMUX_PKG_DESCRIPTION="Shell Users' Revolutionary Front Rage Against the Web"
|
|
TERMUX_PKG_LICENSE="Public Domain"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=2.3.0
|
|
TERMUX_PKG_REVISION=10
|
|
TERMUX_PKG_SRCURL=https://gitlab.com/surfraw/Surfraw/-/archive/surfraw-${TERMUX_PKG_VERSION}/Surfraw-surfraw-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=b5e2b451a822ed437b165a5c81d8448570ee590db902fcd8174d6c51fcc4a16d
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="lynx, perl"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
./prebuild
|
|
}
|