commit: ac6c9cf43b895e6c13f98ef7e17a91177c136a5f Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri Nov 11 09:46:12 2022 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Fri Nov 11 09:47:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac6c9cf4
dev-crystal/kemal: add 1.1.2 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-crystal/kemal/Manifest | 1 + dev-crystal/kemal/kemal-1.1.2.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-crystal/kemal/Manifest b/dev-crystal/kemal/Manifest index 11d5e43b3..0202da9c8 100644 --- a/dev-crystal/kemal/Manifest +++ b/dev-crystal/kemal/Manifest @@ -1 +1,2 @@ +DIST kemal-1.1.2.tar.gz 49111 BLAKE2B d14aca282dfe944d5d4e2f5ecf3261663bfd907e573ca64585f6f507f877a2923f43c7fd35b001924bd0f48fb2338d23e4ff52a2696f7626d56b75e346149aed SHA512 7e45da9fae8e0c5d204971af34d21102e2bd82eb1a7f6e6e860547f55dbad19b9fcc25d772fd41d4478740d70303fe75988cddb6c658eb1fdda5ffeecd7e5318 DIST kemal-1.3.0.tar.gz 49862 BLAKE2B b99ce90c2dcc3d3634689c47e91955e9fbbadfe05f2114e8eee582a61921dd82b8caa6e4dd0d4b58ec00482237b08b216d6a3849d7382ff4d7823de62409dbfe SHA512 00b12d7bf74679dde96c929a515e7db62c455be348a33d06c0aaf182e17655be3214d523f301318315ab28400eb626f4a5b7693fd9e8bf7e99d6ded7181dbbea diff --git a/dev-crystal/kemal/kemal-1.1.2.ebuild b/dev-crystal/kemal/kemal-1.1.2.ebuild new file mode 100644 index 000000000..41e262ff2 --- /dev/null +++ b/dev-crystal/kemal/kemal-1.1.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit shards + +DESCRIPTION="Lightning Fast, Super Simple web framework" +HOMEPAGE=" + https://kemalcr.com/ + https://github.com/kemalcr/kemal +" +SRC_URI="https://github.com/kemalcr/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="test" + +RDEPEND=" + dev-crystal/exception_page + dev-crystal/radix +"
