dev-vcs/gickup - 0.10.45 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-vcs/gickup-0.10.45

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-vcs/gickup-0.10.45

Or alternatively:

emerge --autounmask-write -a =dev-vcs/gickup-0.10.45

Package Information

Description:
Mirror Git repositories to other Git providers.
Homepage:
https://github.com/cooperspencer/gickup
License:
Apache-2.0 BSD-2 BSD MIT MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
0.10.45 8 ~amd64 ~ppc64 0
View Raw Ebuild
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

MY_PV=$(ver_rs 3 -)
DESCRIPTION="Mirror Git repositories to other Git providers."
HOMEPAGE="https://github.com/cooperspencer/gickup"
SRC_URI="https://github.com/cooperspencer/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz
	https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/${P}-vendor.tar.xz"

S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"

src_compile() {
	go build . || die
}

src_test() {
	go test ./... || die
}

src_install() {
	dobin "${PN}"
	einstalldocs
}

Inherited Eclasses

Manifest for 0.10.45

Type File Size Source URLs
DIST gickup-0.10.45-vendor.tar.xz 4026748 bytes https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/gickup-0.10.45-vendor.tar.xz
DIST gickup-0.10.45.tar.gz 108217 bytes https://github.com/cooperspencer/gickup/archive/refs/tags/v$(ver_rs.tar.gz