diff options
| author | Florian Schmaus <flow@gentoo.org> | 2024-03-10 19:15:01 +0100 |
|---|---|---|
| committer | Florian Schmaus <flow@gentoo.org> | 2024-03-10 21:08:59 +0100 |
| commit | dced778f47750067614fc9f655f4999a17c82cd7 (patch) | |
| tree | 5b39a1825116e99f3dbf336131a0023cf4c6e520 /dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild | |
| parent | 2eb30952b887f8190c327c0bd9034ddeda819e5b (diff) | |
| download | gentoo-dced778f47750067614fc9f655f4999a17c82cd7.tar.gz gentoo-dced778f47750067614fc9f655f4999a17c82cd7.tar.bz2 gentoo-dced778f47750067614fc9f655f4999a17c82cd7.zip | |
dev-erlang/p1_mysql: add 1.0.23
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild')
| -rw-r--r-- | dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild new file mode 100644 index 000000000000..4026ad327856 --- /dev/null +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.23.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit rebar + +DESCRIPTION="Pure Erlang MySQL driver" +HOMEPAGE="https://github.com/processone/p1_mysql" +SRC_URI=" + https://github.com/processone/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |
