p1_mysql-1.0.6.ebuild 457 B

1234567891011121314151617181920
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit rebar
  5. DESCRIPTION="Pure Erlang MySQL driver"
  6. HOMEPAGE="https://github.com/processone/p1_mysql"
  7. SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
  8. -> ${P}.tar.gz"
  9. LICENSE="BSD"
  10. SLOT="0"
  11. KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
  12. DEPEND=">=dev-lang/erlang-17.1"
  13. RDEPEND="${DEPEND}"
  14. DOCS=( CHANGELOG.md README.md )