gentoo-full-overlay/dev-util/drone-ui/drone-ui-0_pre20170305.ebuild

20 lines
594 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit golang-build golang-vcs-snapshot
EGO_PN="github.com/drone/drone-ui/..."
EGIT_COMMIT="6c1da0ff99cfb2ac6a619dd21cfe41d0082ef3b7"
ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="React front-end for the Drone continuous integration server"
HOMEPAGE="https://github.com/drone/drone-ui"
SRC_URI="${ARCHIVE_URI}"
LICENSE="Apache-2.0"
SLOT="0/${PVR}"
IUSE=""
DEPEND="dev-go/go-bindata
dev-go/go-bindata-assetfs"