19 lines
481 B
Plaintext
19 lines
481 B
Plaintext
# Template file for 'guix'
|
|
OSNAME="guix"
|
|
PRETTY="Guix"
|
|
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}"
|
|
}
|