Install this version:
emerge -a =net-dns/jddclient-0.2.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-dns/jddclient-0.2.3
Or alternatively:
emerge --autounmask-write -a =net-dns/jddclient-0.2.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.3 | 7 | ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit janet-executable
DESCRIPTION="A Dynamic DNS Client written in janet"
HOMEPAGE="https://codeberg.org/amano.kenji/jddclient"
SRC_URI="https://codeberg.org/amano.kenji/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="dev-janet/spork
dev-janet/sh
dev-janet/http"
DOCS="README.adoc"
RESTRICT="primaryuri"
S="${WORKDIR}/${PN}"
src_install() {
janet-executable_src_install
exeinto /etc/init.d
newexe "${FILESDIR}/jddclient-openrc" jddclient
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jddclient-0.2.3.tar.gz | 2369 bytes | https://codeberg.org/amano.kenji/jddclient/archive/v0.2.3.tar.gz |