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-util/drone-ui/drone-ui-0_pre20170103.ebuild

21 lines
594 B

# 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="fe03fc6e853ec0a9814c8eab0119a34df17d5ff8"
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"