DistroHopper/public/spirallinux
2026-05-27 17:00:06 +02:00

36 lines
1,004 B
Text

# Template file for 'spirallinux'
OSNAME="spirallinux"
PRETTY="Spiral Linux"
LOGO=""
ICON="spiral.svg"
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/spirallinux.png"
CATEGORY="Beginner"
BASEDOF="Debian"
DESCRIPTION="Selection of Linux spins built from Debian GNU/Linux, with a focus on simplicity and out-of-the-box usability across all the major desktop environments"
HOMEPAGE="https://spirallinux.github.io"
CREDENTIALS="-"
GPG=""
RSS=""
DW=""
MAGNET=""
CHAT=""
RELEASES="latest"
EDITIONS="Budgie Builder Cinnamon Gnome LXQt Mate Plasma XFCE"
QEMU_ARCH="amd64"
releases_() {
echo latest
}
editions_() {
echo Plasma XFCE Mate LXQt Gnome Budgie Cinnamon Builder
}
get_() {
local HASH=""
local ISO="SpiralLinux_${EDITION}_12.231005_x86-64.iso"
local URL="https://sourceforge.net/projects/spirallinux/files/12.231005"
HASH=$(web_pipe 'https://sourceforge.net/projects/spirallinux/rss?path=/' | grep "${ISO}" | grep 'md5' | cut -d'<' -f3 | cut -d'>' -f2)
echo "${URL}/${ISO}" "${HASH}"
}