DistroHopper/actions/blendos
2025-09-07 13:26:36 +00:00

20 lines
733 B
Text

# Template file for 'blendos'
OSNAME="blendos"
PRETTY="BlendOS"
ICON=""
BASEDOF="Arch"
HOMEPAGE="https://blendos.co"
DESCRIPTION="A seamless blend of all Linux distributions. Allows you to have an immutable, atomic and declarative Arch Linux system, with application support from several Linux distributions & Android"
CREDENTIALS="-"
function releases_() {
# there is now just a single latest iso
echo latest
}
function get_() {
local HASH=$(web_pipe "https://git.blendos.co/api/v4/projects/32/jobs/artifacts/main/raw/checksum?job=build-job | cut -d' ' -f1")
local ISO="blendOS.iso"
local URL="https://git.blendos.co/api/v4/projects/32/jobs/artifacts/main/raw/${ISO}?job=build-job"
echo "${URL} ${HASH}"
}