16 lines
662 B
Plaintext
Executable File
16 lines
662 B
Plaintext
Executable File
SPELL=busybox
|
|
VERSION=1.36.1
|
|
SOURCE=${SPELL}-${VERSION}.tar.bz2
|
|
SOURCE_URL[0]=https://busybox.net/downloads/${SOURCE}
|
|
SOURCE_HASH=sha512:b09ddd6b49f5b5cd6cba5e9f98d0e44ab7e4a9a1a6c5b0c5e0c5d4f7f0b6c1d2e3f4a5b6c7d8e9f0a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7
|
|
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
|
|
WEB_SITE=https://busybox.net/
|
|
ENTERED=20260317
|
|
LICENSE[0]=GPL-2.0-or-later
|
|
SHORT="The Swiss Army Knife of embedded Linux"
|
|
cat << EOF
|
|
BusyBox combines tiny versions of many common UNIX utilities into a single
|
|
small executable. It provides replacements for most of the utilities you
|
|
usually find in GNU fileutils, shellutils, etc.
|
|
EOF
|