# Template file for 'archcraft' OSNAME="archcraft" PRETTY="Archcraft" BASEDOF="Arch" HOMEPAGE="https://archcraft.io" DESCRIPTION="Yet another minimal Linux distribution, based on Arch Linux" CREDENTIALS="-" function releases_() { echo 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}" }