2 changed files with 21 additions and 0 deletions
@ -0,0 +1 @@ |
|||
DIST p1_pgsql-1.1.7.tar.gz 24169 BLAKE2B d42b6dad45d161c6f58a4f05d6551f68d3e584c65fbc40c5379a0aad38625cb69586fc11552b7c61419833c8bfc329ee5f71aff1f6022bed3b4f997f4e6fbbc9 SHA512 767964cd147e807eb40662c40d089abb0130242051cc22629a9b7f972a84b723091efeffeb335e241fbb0dd0510786a8303ddccaefda89d6338e321cb0161a0e |
@ -0,0 +1,20 @@ |
|||
# Copyright 1999-2019 Gentoo Authors |
|||
# Distributed under the terms of the GNU General Public License v2 |
|||
|
|||
EAPI=6 |
|||
|
|||
inherit rebar |
|||
|
|||
DESCRIPTION="Pure Erlang PostgreSQL driver" |
|||
HOMEPAGE="https://github.com/processone/p1_pgsql" |
|||
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz |
|||
-> ${P}.tar.gz" |
|||
|
|||
LICENSE="ErlPL-1.1" |
|||
SLOT="0" |
|||
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" |
|||
|
|||
DEPEND=">=dev-lang/erlang-17.1" |
|||
RDEPEND="${DEPEND}" |
|||
|
|||
DOCS=( CHANGELOG.md README.md ) |
Loading…
Reference in new issue