DistroHopper/public/archcraft
2025-11-13 22:43:05 +01:00

20 lines
439 B
Text

# Template file for 'archcraft'
OSNAME="archcraft"
PRETTY="Archcraft"
BASEDOF="Arch"
DESCRIPTION="Yet another minimal Linux distribution, based on Arch Linux"
HOMEPAGE="https://archcraft.io"
CREDENTIALS="-"
RELEASES="latest"
function get_() {
local HASH=""
local URL=""
URL="https://sourceforge.net/projects/archcraft/files/${RELEASE}/download"
URL="$(web_redirect "${URL}" | cut -d? -f1)"
echo "${URL} ${HASH}"
}