2 changed files with 20 additions and 0 deletions
@ -0,0 +1 @@ |
|||
DIST procodile-1.0.23.gem 20992 BLAKE2B 9194bf746f02a0add67aad3f730da77ac70f11e046c7897c46cde901594562d99ea23705747114708f1c566832ff778e633f9c0790f5f7abe541f0808b84d9a5 SHA512 14a21e210c04817f236e8b6b909a222ce2a8094fb170650bb3b941272b40e2e5cc3426d3da26e45e281245eff95a011cb2d3b99c69c7fc781354d6058f1add5b |
@ -0,0 +1,19 @@ |
|||
# Copyright 1999-2019 Gentoo Foundation |
|||
# Distributed under the terms of the GNU General Public License v2 |
|||
|
|||
EAPI=6 |
|||
|
|||
USE_RUBY="ruby26" |
|||
|
|||
inherit ruby-fakegem |
|||
|
|||
DESCRIPTION="Run processes in the background (and foreground) a Procfile" |
|||
HOMEPAGE="https://procodile.opnsrc.io/" |
|||
|
|||
LICENSE="MIT" |
|||
SLOT="0" |
|||
KEYWORDS="~amd64 ~x86" |
|||
|
|||
DEPEND="${DEPEND} |
|||
dev-ruby/json" |
|||
RDEPEND="${RDEPEND}" |
Loading…
Reference in new issue