Mercurial > hg > portage
view app-emulation/docker-compose-bin/docker-compose-bin-1.5.0.ebuild @ 403:3931bbd1a475
update Maven to 3.3.9, remove old ebuilds
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 19 Nov 2015 07:11:32 +0100 |
parents | 1d67465feb67 |
children |
line wrap: on
line source
# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 DESCRIPTION="Compose is a tool for defining and running complex applications with Docker" HOMEPAGE="https://docs.docker.com/compose/" MY_PN="${PN%-bin}" MY_PV="${PV/_/}" SRC_URI=" amd64? ( https://github.com/docker/compose/releases/download/${MY_PV}/${MY_PN}-Linux-x86_64 -> ${P}-Linux-x86_64 ) " LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="${DEPEND}" RESTRICT="installsources strip" S="${DISTDIR}" src_install() { newbin ${P}-Linux-x86_64 ${MY_PN} }