dev-util/drone-ui: Initial version

Package-Manager: portage-2.3.2
This commit is contained in:
Manuel Rüger
2016-11-17 18:29:42 +01:00
parent 7319893a82
commit 40ef3f47ef
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST drone-ui-0_pre20161007.tar.gz 157594 SHA256 47522662f82a0a0cb4f447016b575072b8ce54dd4bc9e532c8e058f442be410e SHA512 eeb69c3fa683773a96593563225b9b34a14ea4e570b56daf7b78fa956538d8cf71152b4badd00db8c0f1194972f67ab7cebdd62fb6feccacae4c9447f5250723 WHIRLPOOL fe2d51c3864247a4d3975c81131272d686ac071532aa1261e0b647e522db12e58e3e900f4cb2499e77fa246a1da1401846e45c4a3afcf0737ac841fa47a4dce1

View File

@@ -0,0 +1,21 @@
# 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/drone/drone-ui/..."
EGIT_COMMIT="9913c868839e709599f3ed659c3e0a137a2e2706"
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"

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
</longdescription>
<maintainer type="person">
<email>mrueg@gentoo.org</email>
<name>Manuel Rüger</name>
</maintainer>
<upstream>
<remote-id type="github">drone/drone-ui</remote-id>
</upstream>
</pkgmetadata>