games-util/ckan-bin - 1.30.4 (telans)

Search

Package Information

Homepage:
https://github.com/KSP-CKAN/CKAN/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.30.4 7 ~amd64 0
View Raw Ebuild
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit rpm

HOMEPAGE="https://github.com/KSP-CKAN/CKAN/"
SRC_URI="https://github.com/KSP-CKAN/CKAN/releases/download/v${PV}/ckan-${PV}-1.noarch.rpm -> ${P}.rpm"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-lang/mono"

S="${WORKDIR}"

src_install() {
    insinto "/usr/lib64/ckan"
    dobin "${FILESDIR}/ckan"
    doins "usr/lib/ckan/ckan.exe"
}

Dependencies

RDEPEND

dev-lang/mono

Manifest for 1.30.4

Type File Size Source URLs
DIST ckan-bin-1.30.4.rpm 1102991 bytes https://github.com/KSP-CKAN/CKAN/releases/download/v1.30.4/ckan-1.30.4-1.noarch.rpm