You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
374 B
Bash

# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
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}"