Install this version:
emerge -a =app-misc/gedkeeper-bin-3.15.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.15.0 | 8 | amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker
MY_P="${PN//-bin/}_${PV}-1_amd64.deb"
#MY_P="${MY_PN}-${PV/_rc/-rc-}"
DESCRIPTION="Personal genealogical database"
HOMEPAGE="https://gedkeeper.github.io/"
SRC_URI="https://github.com/Serg-Norseman/GEDKeeper/releases/download/v${PV}/${MY_P}"
S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
#RESTRICT="mirror fetch strip"
#QA_PREBUILT="opt/nessus/bin/nasl"
RDEPEND="dev-lang/mono
dev-dotnet/libgdiplus
dev-db/sqlite"
DEPEND="${RDEPEND}"
#src_unpack() {
# unpacker "${MY_P}"
#}
src_install() {
# Using doins -r would strip executable bits from all binaries
cp -pPR "${S}/usr" "${D}"/ || die "Failed to copy files"
}
dev-lang/mono dev-dotnet/libgdiplus dev-db/sqlite
dev-lang/mono dev-dotnet/libgdiplus dev-db/sqlite
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gedkeeper_3.15.0-1_amd64.deb | 84174408 bytes | https://github.com/Serg-Norseman/GEDKeeper/releases/download/v3.15.0/gedkeeper_3.15.0-1_amd64.deb |