mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
dev-crystal/crystal-db: add 0.12.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
d53d46c1ef
commit
c98e1bb22f
@ -1 +1,2 @@
|
|||||||
DIST crystal-db-0.11.0.tar.gz 37260 BLAKE2B 8fee7dd05af9585643a7fd2513ffeed8e8fd8c50cab0f467eebcbf7bbf48b94ed64ca4c524475bfc475da25e6ecf66ff3a88be1f417fdc302013fe78028c547a SHA512 a8df8d55402836d30d918a2717c145671f67ef5381895f56914aa3623135a9de3ce2d125085b16ff59460487116bc45f2e09b7001a937b3208430618049543d1
|
DIST crystal-db-0.11.0.tar.gz 37260 BLAKE2B 8fee7dd05af9585643a7fd2513ffeed8e8fd8c50cab0f467eebcbf7bbf48b94ed64ca4c524475bfc475da25e6ecf66ff3a88be1f417fdc302013fe78028c547a SHA512 a8df8d55402836d30d918a2717c145671f67ef5381895f56914aa3623135a9de3ce2d125085b16ff59460487116bc45f2e09b7001a937b3208430618049543d1
|
||||||
|
DIST crystal-db-0.12.0.tar.gz 38786 BLAKE2B 5b830a1cfe3e4c80c38519ffe259ea495071d2d88320cc8d7e239f1d49fc77ef59ff623572ee4246abd781672bac47b3bc9f3c917aca8e2ba0bc5ebcfed14ede SHA512 103c7ecf6c27824e4743a9e90dfea3bd82fa393750fba42e780880d35846e77f87d822d8155aa1b9516111ed5b168a416214e2294a61a5adc6ffd3ae45d2c868
|
||||||
|
16
dev-crystal/crystal-db/crystal-db-0.12.0.ebuild
Normal file
16
dev-crystal/crystal-db/crystal-db-0.12.0.ebuild
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Copyright 2022-2023 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit shards
|
||||||
|
|
||||||
|
DESCRIPTION="Common DB API for Crystal"
|
||||||
|
HOMEPAGE="https://github.com/crystal-lang/crystal-db"
|
||||||
|
SRC_URI="https://github.com/crystal-lang/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DOCS=( {CHANGELOG,README}.md )
|
Loading…
x
Reference in New Issue
Block a user