Skip to content

Commit

Permalink
app-emulation/docker-gc: Initial version
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
mrueg committed Nov 11, 2016
1 parent 3026bd4 commit 994063a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app-emulation/docker-gc/docker-gc-9999.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

EGIT_REPO_URI="https://github.com/spotify/docker-gc.git"

inherit git-r3

DESCRIPTION="Docker garbage collection of containers and images"
HOMEPAGE="https://github.com/spotify/docker-gc/"

LICENSE="Apache-2.0"
SLOT="0"

RDEPEND="app-emulation/docker"

src_install() {
dosbin docker-gc
dodoc README.md
}
11 changes: 11 additions & 0 deletions app-emulation/docker-gc/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Manuel Rüger</name>
</maintainer>
<upstream>
<remote-id type="github">spotify/docker-gc</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 994063a

Please sign in to comment.