Readd F-Void

This commit is contained in:
zenobit 2025-02-17 05:24:37 +01:00
parent 0cf90c50c1
commit 49a2ea06fc
2 changed files with 27 additions and 0 deletions

18
actions/fvoid Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'fvoid'
OSNAME=fvoid
PRETTY="F-Void"
BASEDOF="Void"
DESCRIPTION="F-Void (Fork of Void) is a mild modification of Void Linux"
HOMEPAGE="https://sourceforge.net/projects/f-void"
CREDENTIALS="-"
function releases_() {
echo latest
}
function 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}"
}

9
public/fvoid Normal file
View File

@ -0,0 +1,9 @@
# Template file for 'fvoid'
OSNAME="fvoid"
PRETTY="F-Void"
BASEDOF="Void"
DESCRIPTION="F-Void (Fork of Void) is a mild modification of Void Linux"
HOMEPAGE="https://sourceforge.net/projects/f-void"
CREDENTIALS="-"
RELEASES="latest"