Install this version:
emerge -a =app-misc/simple-dosbox-launcher-0.1.6
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/simple-dosbox-launcher-0.1.6
Or alternatively:
emerge --autounmask-write -a =app-misc/simple-dosbox-launcher-0.1.6
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.6 | 8 | ~amd64 | 0 |
EAPI=8
inherit janet-executable
DESCRIPTION="It launches an executable in an archive file with dosbox."
HOMEPAGE="https://codeberg.org/amano.kenji/simple-dosbox-launcher"
SRC_URI="https://codeberg.org/amano.kenji/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="0BSD"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
BDEPEND="dev-janet/spork"
RDEPEND="
>=sys-apps/coreutils-8.32
>=app-arch/atool-0.39.0
>=sys-fs/unionfs-fuse-2.1
|| (
games-emulation/dosbox-staging
games-emulation/dosbox
)"
DOCS="README.adoc"
S="${WORKDIR}/${PN}"
>=sys-apps/coreutils-8.32 >=app-arch/atool-0.39.0 >=sys-fs/unionfs-fuse-2.1 || ( games-emulation/dosbox-staging games-emulation/dosbox )
dev-janet/spork
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | simple-dosbox-launcher-0.1.6.tar.gz | 2417 bytes | https://codeberg.org/amano.kenji/simple-dosbox-launcher/archive/v0.1.6.tar.gz |