summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-09-11 09:22:49 +0100
committerIonen Wolkens <ionen@gentoo.org>2021-09-16 16:22:42 -0400
commit4990fb7e3653d8d0c022c5e6a03401b56c6bc144 (patch)
tree5796883bb201134cabbd6274c3650521f6945d46 /dev-util/rebar-bin/rebar-bin-3.17.0.ebuild
parentmedia-gfx/darktable: update PDF-documentation URI (diff)
downloadgentoo-4990fb7e3653d8d0c022c5e6a03401b56c6bc144.tar.gz
gentoo-4990fb7e3653d8d0c022c5e6a03401b56c6bc144.tar.bz2
gentoo-4990fb7e3653d8d0c022c5e6a03401b56c6bc144.zip
dev-util/rebar-bin: Bump to 3.17.0
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/rebar-bin/rebar-bin-3.17.0.ebuild')
-rw-r--r--dev-util/rebar-bin/rebar-bin-3.17.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild b/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild
new file mode 100644
index 000000000000..46ed763d7724
--- /dev/null
+++ b/dev-util/rebar-bin/rebar-bin-3.17.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A sophisticated build-tool for Erlang projects that follows OTP principles"
+HOMEPAGE="https://rebar3.org https://github.com/erlang/rebar3"
+SRC_URI="https://github.com/erlang/rebar3/releases/download/${PV}/rebar3 -> ${P}"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-lang/erlang"
+
+QA_PREBUILT="usr/bin/rebar3"
+
+src_install() {
+ newbin "${DISTDIR}"/${P} rebar3
+}