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

36 lines
982 B
Text

# Template file for 'agarimos'
OSNAME="agarimos"
PRETTY="AgarimOS"
LOGO=""
ICON="agarimos.svg"
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/agarimos.png"
CATEGORY="Lightweight"
BASEDOF="Void"
DESCRIPTION="Includes a minimum set of applications so you can build your system on your own."
HOMEPAGE="https://sourceforge.net/projects/agarimos"
CREDENTIALS="anon:voidlinux,root:voidlinux"
GPG=""
RSS=""
DW=""
MAGNET=""
CHAT=""
RELEASES="latest"
EDITIONS="cinnamon gnome lxqt-kwin plasma xfce4"
QEMU_ARCH="amd64"
releases_() {
echo latest
}
editions_() {
echo cinnamon gnome lxqt-kwin plasma xfce4
}
get_() {
local REL=$(echo "${EDITION}" | tr '[:lower:]' '[:upper:]')
local ISOS=$(web_pipe "https://sourceforge.net/projects/agarimos/rss?path=/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '.iso')
local URL="https://sourceforge.net/projects/agarimos/files/${REL}"
local ISO=$(echo "${ISOS}" | grep "${REL}" | cut -d'/' -f3)
echo "${URL}/${ISO}"
}