blob: 99c56de1886d7ce84b31d5f8d3376fa8136ea737 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile install test unpack
DEPEND=dev-lang/erlang[ssl] !dev-util/rebar-bin
DESCRIPTION=A sophisticated build-tool for Erlang projects that follows OTP principles
EAPI=8
HOMEPAGE=https://www.rebar3.org https://github.com/erlang/rebar3
INHERIT=bash-completion-r1
IUSE=test
KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
LICENSE=Apache-2.0 MIT BSD
RDEPEND=dev-lang/erlang[ssl] !dev-util/rebar-bin
RESTRICT=!test? ( test )
SLOT=3
SRC_URI=https://github.com/erlang/rebar3/archive/refs/tags/3.20.0.tar.gz -> rebar-3.20.0.tar.gz test? ( https://repo.hex.pm/tarballs/meck-0.8.13.tar )
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 bash-completion-r1 59cf54afadd3b37d31d9d85c7d7d8067
_md5_=2c35b49c82f927c7d1ece8a029b7eb0b
|