[www-servers/procodile] initial import

This commit is contained in:
2019-07-06 17:47:19 +02:00
parent 9a9c4a00f7
commit 103c1649ef
2 changed files with 20 additions and 0 deletions

View File

@@ -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}"