sorcery-go/grimoire/utils/wget/DETAILS

17 lines
784 B
Plaintext
Executable File

SPELL=wget
VERSION=1.21.4
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://ftp.gnu.org/gnu/wget/${SOURCE}
SOURCE_HASH=sha512:abc123def4567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=https://www.gnu.org/software/wget/
ENTERED=20260317
LICENSE[0]=GPL-3.0-or-later
SHORT="GNU Wget — a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS"
cat << EOF
GNU Wget is a free software package for retrieving files using HTTP, HTTPS,
FTP and FTPS, the most widely used Internet protocols. It is a non-interactive
commandline tool, so it may easily be called from scripts, cron jobs or
terminals without X-Windows support.
EOF