summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2018-10-24 23:23:19 +0100
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2018-10-24 23:26:59 +0100
commit1efa3958413cda09142e12371e54032a9c442e17 (patch)
tree14c15f04afc9cc1a3d1b79e4f82570a52175d7aa /dev-util/rebar-bin/metadata.xml
parentapp-admin/puppet: 5.5.7 bump (diff)
downloadgentoo-1efa3958413cda09142e12371e54032a9c442e17.tar.gz
gentoo-1efa3958413cda09142e12371e54032a9c442e17.tar.bz2
gentoo-1efa3958413cda09142e12371e54032a9c442e17.zip
dev-lang/rebar-bin: Add new package
Fetch and install prebuilt binary as it's way easier than building this from source. Bug: https://bugs.gentoo.org/628876 Signed-off-by: Amadeusz Piotr Żołnowski <aidecoe@gentoo.org>
Diffstat (limited to 'dev-util/rebar-bin/metadata.xml')
-rw-r--r--dev-util/rebar-bin/metadata.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-util/rebar-bin/metadata.xml b/dev-util/rebar-bin/metadata.xml
new file mode 100644
index 000000000000..56b1d345d115
--- /dev/null
+++ b/dev-util/rebar-bin/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>aidecoe@gentoo.org</email>
+ <name>Amadeusz Żołnowski</name>
+ </maintainer>
+ <longdescription lang="en">
+ Rebar3 is an Erlang tool that makes it easy to create, develop, and
+ release Erlang libraries, applications, and systems in a repeatable
+ manner.
+
+ Rebar3 will:
+
+ - respect and enforce standard Erlang/OTP conventions for project
+ structure so they are easily reusable by the community;
+ - manage source dependencies and Erlang packages while ensuring
+ repeatable builds;
+ - handle build artifacts, paths, and libraries such that standard
+ development tools can be used without a headache;
+ - adapt to projects of all sizes on almost any platform;
+ - treat documentation as a feature, and errors or lack of documentation
+ as a bug.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">erlang/rebar3</remote-id>
+ </upstream>
+</pkgmetadata>