mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 09:32:21 +00:00
30 lines
681 B
Text
30 lines
681 B
Text
# Template file for 'fvoid'
|
|
OSNAME="fvoid"
|
|
PRETTY="F-Void"
|
|
LOGO=""
|
|
ICON=""
|
|
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/fvoid.png"
|
|
CATEGORY="advanced"
|
|
BASEDOF="Void"
|
|
DESCRIPTION="F-Void (Fork of Void) is a mild modification of Void Linux"
|
|
HOMEPAGE="https://sourceforge.net/projects/f-void"
|
|
CREDENTIALS="-"
|
|
GPG=""
|
|
RSS=""
|
|
DW=""
|
|
MAGNET=""
|
|
CHAT=""
|
|
|
|
RELEASES="latest"
|
|
QEMU_ARCH="amd64"
|
|
|
|
releases_() {
|
|
echo latest
|
|
}
|
|
|
|
get_() {
|
|
local HASH=""
|
|
local URL="https://sourceforge.net/projects/f-void/files"
|
|
REST=$(web_pipe "https://sourceforge.net/projects/f-void/rss?path=/" | grep 'title><!\[CDATA' | cut -d'[' -f3 | cut -d']' -f1 | grep '\.iso' | head -1)
|
|
echo "${URL}${REST}"
|
|
}
|