riak_pb-2.2.0.1.ebuild 530 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit rebar
  5. DESCRIPTION="Riak Protocol Buffers messages"
  6. HOMEPAGE="https://github.com/basho/riak_pb"
  7. SRC_URI="https://github.com/basho/${PN}/archive/${PV}.tar.gz
  8. -> ${P}.tar.gz"
  9. LICENSE="Apache-2.0"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
  12. DEPEND=">=dev-erlang/protobuffs-0.9.0
  13. >=dev-erlang/hamcrest-0.1.0_p20160709
  14. >=dev-lang/erlang-17.1"
  15. RDEPEND="${DEPEND}"
  16. DOCS=( README.md RELNOTES.md )