Mercurial > hg > portage
view app-emulation/docker-compose-bin/docker-compose-bin-1.5.0.ebuild @ 409:cb454e927ad1
ebuild for vanilla-sources-4.1.15
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 11 Jan 2016 17:16:49 +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} }