Skip to content

Commit

Permalink
dev-erlang/sqlite3: add 1.1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Schmaus <[email protected]>
  • Loading branch information
Flowdalic committed Feb 10, 2023
1 parent f761465 commit ccf7a19
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-erlang/sqlite3/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST sqlite3-1.1.13.tar.gz 1920452 BLAKE2B a00bdc876a6175340256a327c62952b8b96b8a81c913d6145f95a0f8bafeab726296cd9e051c833761ca573b414e2fdd0e5307a6654135b108377f3029634451 SHA512 9e9e254511c0da74367e74c5b42cbe1bcc42a8232c1d60549b5a71f4db072391d7870b069ce247a972bef05f16d70b22b4c37176a59e44e75dc975946c86581f
DIST sqlite3-1.1.14.tar.gz 1715677 BLAKE2B d7da9f906ebfd078fe91ccd3d450983f66781b5f74939dc45fe5a6b35e3a56e787e743784c8d59fb622b53c5d7b2a6ca1b683847815ee736eb72a05837c47732 SHA512 afe3fc31e53ccaf509c403b5c830e55c94fb2c44471b0a94126ee717dd98ad042f6b56c62a3a071ee920550be291b33d393a72b43253e137b43545623e9292f8
28 changes: 28 additions & 0 deletions dev-erlang/sqlite3/sqlite3-1.1.14.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit rebar

MY_PN="erlang-sqlite3"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="SQLite gen_server port for Erlang"
HOMEPAGE="https://github.com/processone/erlang-sqlite3"
SRC_URI="
https://github.com/processone/${MY_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
dev-db/sqlite:3"
RDEPEND="${DEPEND}"

DOCS=( AUTHORS README.md )

S="${WORKDIR}/${MY_P}"

0 comments on commit ccf7a19

Please sign in to comment.