diff --git a/dev-erlang/fast_yaml/Manifest b/dev-erlang/fast_yaml/Manifest new file mode 100644 index 0000000..b785671 --- /dev/null +++ b/dev-erlang/fast_yaml/Manifest @@ -0,0 +1 @@ +DIST fast_yaml-1.0.18.tar.gz 53546 BLAKE2B bc6425449b19d6d38b9ab6ff550dcf1304af2229f2c803e212cf1206c16cf103655a3a3b9ca394000c75bdb7240d9f0804c5ec389fd881002404600f8310cbad SHA512 da3b4bc95d5c6027bfc1e04f3099f39ba062d2f374f79c165deb3f30449b6f3fd5b9e0761ecb1d39325970989636967030bbdc779e7c28c097ec0c930ab05860 diff --git a/dev-erlang/fast_yaml/fast_yaml-1.0.18.ebuild b/dev-erlang/fast_yaml/fast_yaml-1.0.18.ebuild new file mode 100644 index 0000000..66175d6 --- /dev/null +++ b/dev-erlang/fast_yaml/fast_yaml-1.0.18.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rebar + +DESCRIPTION="Fast Yaml native library for Erlang and Elixir" +HOMEPAGE="https://github.com/processone/fast_yaml" +SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-erlang/p1_utils-1.0.14 + >=dev-lang/erlang-17.1 + dev-libs/libyaml" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md )