drone-ui-0_pre20170305.ebuild 594 B

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