From 9823fe2a2c0d2e8f6e82c41e307b58919d82e420 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 8 Nov 2022 22:44:37 +0500 Subject: [PATCH] dev-crystal/crystal-sqlite3: new package, add 0.19.0 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-crystal/crystal-sqlite3/Manifest | 1 + .../crystal-sqlite3-0.19.0.ebuild | 18 ++++++++++++++++++ dev-crystal/crystal-sqlite3/metadata.xml | 8 ++++++++ 3 files changed, 27 insertions(+) create mode 100644 dev-crystal/crystal-sqlite3/Manifest create mode 100644 dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild create mode 100644 dev-crystal/crystal-sqlite3/metadata.xml diff --git a/dev-crystal/crystal-sqlite3/Manifest b/dev-crystal/crystal-sqlite3/Manifest new file mode 100644 index 0000000000..b645ee3313 --- /dev/null +++ b/dev-crystal/crystal-sqlite3/Manifest @@ -0,0 +1 @@ +DIST crystal-sqlite3-0.19.0.tar.gz 10893 BLAKE2B ab6591661f47c5b1257ade2e5a1f4db3b853851c2d699d12005bd09490224b2dfffaa8a5495f72c81d5b9f8e78195b66c61592269d4c3178b293870125d72034 SHA512 10f3447316db45d1320c9ec5ef85bc582bdc65823816362a03c7adc08f1d98c059f7f51eafcf15ed57f299a92499b128f90ff3d5207e7c72fdcf3801f9e0eacc diff --git a/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild b/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild new file mode 100644 index 0000000000..da6318eead --- /dev/null +++ b/dev-crystal/crystal-sqlite3/crystal-sqlite3-0.19.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="SQLite3 bindings for Crystal" +HOMEPAGE="https://github.com/crystal-lang/crystal-sqlite3" +SRC_URI="https://github.com/crystal-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-crystal/crystal-db" + +DOCS=( {CHANGELOG,README}.md ) diff --git a/dev-crystal/crystal-sqlite3/metadata.xml b/dev-crystal/crystal-sqlite3/metadata.xml new file mode 100644 index 0000000000..7ebbd03347 --- /dev/null +++ b/dev-crystal/crystal-sqlite3/metadata.xml @@ -0,0 +1,8 @@ + + + + + cyber+gentoo@sysrq.in + Anna + +