mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
Explicitly declare termux_setup_rust in build script after removal in termux_step_make_install. This is done to quickly identify which packages are Rust based. %ci:no-build
18 lines
597 B
Bash
18 lines
597 B
Bash
TERMUX_PKG_HOMEPAGE=https://rustscan.github.io/RustScan
|
|
TERMUX_PKG_DESCRIPTION="The modern,fast,smart and effective port scanner"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="Krishna Kanhaiya @kcubeterm"
|
|
TERMUX_PKG_VERSION="2.4.1"
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_DEPENDS="nmap"
|
|
TERMUX_PKG_SRCURL=https://github.com/RustScan/RustScan/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=fa99c18a12d4c0939ab69ddb84ef7b85a1ea01d8fc86df227449d89473531765
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
termux_setup_rust
|
|
|
|
rm -r Makefile
|
|
}
|