app-misc/gedkeeper-bin - 3.14.0 (blshkv)

Search

Install

Install this version:

emerge -a =app-misc/gedkeeper-bin-3.14.0

Package Information

Description:
Personal genealogical database
Homepage:
https://gedkeeper.github.io/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
3.14.0 8 amd64 0
View Raw Ebuild
# 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"
}

Inherited Eclasses

Dependencies

DEPEND

dev-lang/mono
	dev-dotnet/libgdiplus
	dev-db/sqlite

RDEPEND

dev-lang/mono
	dev-dotnet/libgdiplus
	dev-db/sqlite

Manifest for 3.14.0

Type File Size Source URLs
DIST gedkeeper_3.14.0-1_amd64.deb 84162808 bytes https://github.com/Serg-Norseman/GEDKeeper/releases/download/v3.14.0/gedkeeper_3.14.0-1_amd64.deb