0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-27 09:44:56 +00:00
Files
termux-packages/packages/rustscan/build.sh
Termux Github Actions 822ff3b0cf bump(main/rustscan): 2.4.1
This commit has been automatically submitted by Github Actions.
2025-02-24 08:11:12 +00:00

15 lines
545 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_DEPENDS="nmap"
TERMUX_PKG_SRCURL=https://github.com/RustScan/RustScan/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=fa99c18a12d4c0939ab69ddb84ef7b85a1ea01d8fc86df227449d89473531765
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
rm -r Makefile
}