Install this version:
emerge -a =dev-janet/jopen-0.1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-janet/jopen-0.1.0
Or alternatively:
emerge --autounmask-write -a =dev-janet/jopen-0.1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.0 | 8 | ~amd64 | 0 |
EAPI=8
inherit janet-module
DESCRIPTION="A janet library for opening a file with an associated program"
HOMEPAGE="https://codeberg.org/amano.kenji/jopen"
SRC_URI="https://codeberg.org/amano.kenji/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="0BSD"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
RDEPEND="dev-janet/spork"
DOCS="README.md"
S="${WORKDIR}/${PN}"
dev-janet/spork
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jopen-0.1.0.tar.gz | 2354 bytes | https://codeberg.org/amano.kenji/jopen/archive/v0.1.0.tar.gz |