mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 09:32:21 +00:00
51 lines
2.5 KiB
Text
51 lines
2.5 KiB
Text
# Template file for 'gabeeos'
|
|
OSNAME=gabeeos
|
|
PRETTY="GabeeOSLinux"
|
|
LOGO=""
|
|
ICON="gabeeos.svg"
|
|
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/gabee.png"
|
|
CATEGORY="Desktop, Live Medium"
|
|
BASEDOF="Void"
|
|
DESCRIPTION="Brings the necessary software to satisfy the daily needs of an end user in a simple and aesthetically pleasing desktop environment."
|
|
HOMEPAGE="https://gabeeoslinux.sourceforge.io"
|
|
CREDENTIALS="anon:voidlinux,root:voidlinux"
|
|
GPG=""
|
|
RSS=""
|
|
DW=""
|
|
|
|
function releases_() {
|
|
echo latest
|
|
}
|
|
|
|
function editions_() {
|
|
echo $(web_pipe "https://sourceforge.net/projects/gabeeoslinux/rss?path=/Distro/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | cut -d'/' -f3 | sort | uniq)
|
|
}
|
|
|
|
function get_() {
|
|
local HASH=""
|
|
if [ "${EDITION}" == 'i3-gaps' ]; then
|
|
REL=$(web_pipe "https://sourceforge.net/projects/gabeeoslinux/rss?path=/Distro/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | grep "${EDITION}" | head -1 | cut -d'/' -f2,3)
|
|
ISO=$(web_pipe "https://sourceforge.net/projects/gabeeoslinux/rss?path=/Distro/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | grep "${EDITION}" | head -1 | cut -d'/' -f4)
|
|
else
|
|
REL=$(web_pipe "https://sourceforge.net/projects/gabeeoslinux/rss?path=/Distro/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | grep "${EDITION}" | head -1 | cut -d'/' -f2,3,4)
|
|
ISO=$(web_pipe "https://sourceforge.net/projects/gabeeoslinux/rss?path=/Distro/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | grep "${EDITION}" | head -1 | cut -d'/' -f5)
|
|
fi
|
|
URL="https://sourceforge.net/projects/gabeeoslinux/files/${REL}"
|
|
#ISO=$(web_pipe "https://sourceforge.net/projects/gabeeoslinux/rss?path=/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | cut -d'/' -f5 | grep "${EDITION}" | head -1)
|
|
# No hash provided
|
|
echo "${URL}/${ISO}"
|
|
}
|
|
|
|
|
|
# DistroWatch data for 'gabee' — auto-generated by scripts/fetch-distrowatch.sh
|
|
# To add download support, implement get_() and move to public/
|
|
|
|
OSNAME="gabee"
|
|
PRETTY="gabeeOSLinux"
|
|
BASEDOF="Void"
|
|
HOMEPAGE="https://gabeeoslinux.sourceforge.io"
|
|
DESCRIPTION="gabeeOSLinux is a Void-based, rolling-release Linux distribution designed for general desktop use. It offers various window managers and Wayland compositors, including Hyprland, i3, Openbox and Qtile."
|
|
DW_ARCHITECTURE="x86_64"
|
|
DW_DESKTOP="Hyprland, i3, Openbox, Qtile"
|
|
DW_CATEGORY="Desktop, Live Medium"
|
|
DW_URL="https://distrowatch.com/gabee"
|