DistroHopper/actions/guix
2025-09-07 13:26:36 +00:00

19 lines
489 B
Text

# Template file for 'guix'
OSNAME="guix"
PRETTY="Guix"
ICON=""
BASEDOF="-"
HOMEPAGE="https://guix.gnu.org"
DESCRIPTION="Distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users"
CREDENTIALS="-"
function releases_() {
echo 1.4.0 1.3.0
}
function get_() {
local HASH=""
local ISO="guix-system-install-${RELEASE}.x86_64-linux.iso"
local URL="https://ftpmirror.gnu.org/gnu/guix/"
echo "${URL}/${ISO} ${HASH}"
}