DistroHopper/public/agarimos
2025-09-07 13:26:36 +00:00

20 lines
742 B
Text

# Template file for 'agarimos'
OSNAME="agarimos"
PRETTY="AgarimOS"
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"
RELEASES="latest"
EDITIONS="xfce4 plasma lxqt-kwin gnome cinnamon"
function 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}"
}