diff options
| author | Florian Schmaus <flow@gentoo.org> | 2024-11-08 21:05:56 +0100 |
|---|---|---|
| committer | Florian Schmaus <flow@gentoo.org> | 2024-11-08 21:20:45 +0100 |
| commit | 60d505f3fa81192f020c10eaa1173f30924f8c2f (patch) | |
| tree | 3aaf54a7791aa7a0de5e49efa4ccc2a4813e8c00 /dev-erlang/p1_mysql/p1_mysql-1.0.25.ebuild | |
| parent | 86683a7be53382fad867d34d3475bf96e50d8a2f (diff) | |
| download | gentoo-60d505f3fa81192f020c10eaa1173f30924f8c2f.tar.gz gentoo-60d505f3fa81192f020c10eaa1173f30924f8c2f.tar.bz2 gentoo-60d505f3fa81192f020c10eaa1173f30924f8c2f.zip | |
dev-erlang/p1_mysql: add 1.0.25
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-erlang/p1_mysql/p1_mysql-1.0.25.ebuild')
| -rw-r--r-- | dev-erlang/p1_mysql/p1_mysql-1.0.25.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.25.ebuild b/dev-erlang/p1_mysql/p1_mysql-1.0.25.ebuild new file mode 100644 index 000000000000..fb118c751311 --- /dev/null +++ b/dev-erlang/p1_mysql/p1_mysql-1.0.25.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit rebar3 + +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 ~sparc ~x86" + +DEPEND=">=dev-lang/erlang-17.1" +RDEPEND="${DEPEND}" + +DOCS=( CHANGELOG.md README.md ) |
