Mercurial > hg > portage
view app-emulation/docker-compose-bin/docker-compose-bin-1.5.0.ebuild @ 421:c46da1a0f7c2
remove the -r1 ebuild, update the init script in place
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 19 Sep 2016 14:43:48 +0200 |
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} }