30 lines
660 B
Plaintext
30 lines
660 B
Plaintext
maboxlinux
|
|
|
|
maboxlinux latest: https://versaweb.dl.sourceforge.net/project/mabox-linux/25.03/linux61/mabox-linux-25.03-Istredd-250331-linux61.iso
|
|
|
|
# Template file for 'maboxlinux'
|
|
OSNAME="maboxlinux"
|
|
PRETTY="Mabox Linux"
|
|
BASEDOF="Manjaro"
|
|
DESCRIPTION="Lightweight, functional and easy to customize Openbox desktop"
|
|
HOMEPAGE="https://maboxlinux.org"
|
|
CREDENTIALS="-"
|
|
|
|
|
|
RELEASES="latest"
|
|
|
|
|
|
function releases_() {
|
|
echo latest
|
|
}
|
|
|
|
function get_() {
|
|
local HASH=""
|
|
local URL=""
|
|
URL="https://sourceforge.net/projects/mabox-linux/files/${RELEASE}/download"
|
|
URL="$(web_redirect "${URL}" | cut -d? -f1)"
|
|
echo "${URL} ${HASH}"
|
|
}
|
|
|
|
|