Install this version:
emerge -a =games-util/openspeedrun-bin-0.4.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/openspeedrun-bin-0.4.3
Or alternatively:
emerge --autounmask-write -a =games-util/openspeedrun-bin-0.4.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.3 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="${PN%-bin}"
DESCRIPTION="Modern and minimalistic speedrun timer"
HOMEPAGE="https://srwither.github.io/OpenSpeedRun-Site/"
SRC_URI="https://github.com/SrWither/OpenSpeedRun/releases/download/v${PV}/openspeedrun-linux-gnu-x86_64.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="app-arch/unzip"
src_unpack() {
mkdir -p "${S}" || die
unzip -q "${DISTDIR}/${A}" -d "${S}" || die
}
src_install() {
dobin openspeedrun openspeedrun-autosplitter openspeedrun-cfg openspeedrun-cli
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | openspeedrun-bin-0.4.3.zip | 21324243 bytes | https://github.com/SrWither/OpenSpeedRun/releases/download/v0.4.3/openspeedrun-linux-gnu-x86_64.zip |