0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-22 05:09:46 +00:00
Files
termux-packages/packages/knockd/build.sh
Twaik Yont b94a07f05f bump(main/knockd): 0.8.2
Original project is unmaintained so we switch to fork which supports IPv6 (and it is used in Alpine Linux).
2025-03-23 15:29:41 +02:00

16 lines
600 B
Bash

TERMUX_PKG_HOMEPAGE=https://zeroflux.org/projects/knock
TERMUX_PKG_DESCRIPTION="A port-knocking daemon"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.8.2"
TERMUX_PKG_REVISION=1
# Original hasnt been maintained in a long time - use this fork instead - includes IPv6 support
TERMUX_PKG_SRCURL=https://github.com/TDFKAOlli/knock/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a5814eac3d8337c64be88520300d56396256186522445e904ad51d14ba0e922f
TERMUX_PKG_DEPENDS="libpcap"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
autoreconf -fi
}