You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-go/go-gitlab-client/go-gitlab-client-0_pre20160...

22 lines
594 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit golang-build golang-vcs-snapshot
EGO_PN="github.com/plouc/go-gitlab-client/..."
EGIT_COMMIT="a526ef09e9e03f673a43ecd4a687abf6c25343ca"
ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="A simple gitlab api client written in Go"
HOMEPAGE="https://github.com/plouc/go-gitlab-client"
SRC_URI="${ARCHIVE_URI}"
LICENSE="MIT"
SLOT="0/${PVR}"
IUSE=""
# Requires dev-go/testify to be packaged
RESTRICT="test"