aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-04-17 14:15:08 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-04-17 14:16:46 +0500
commit4cdf4e3d5a2a65d70d3b12cc59aaea79261f026e (patch)
treed560294b8aba7fab7fef3dd9e24614f776eb5c23 /dev-crystal
parentgui-wm/hyprland: add 0.24.1-r1 (diff)
downloadguru-4cdf4e3d5a2a65d70d3b12cc59aaea79261f026e.tar.gz
guru-4cdf4e3d5a2a65d70d3b12cc59aaea79261f026e.tar.bz2
guru-4cdf4e3d5a2a65d70d3b12cc59aaea79261f026e.zip
dev-crystal/kemal: add 1.1.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'dev-crystal')
-rw-r--r--dev-crystal/kemal/Manifest1
-rw-r--r--dev-crystal/kemal/kemal-1.1.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-crystal/kemal/Manifest b/dev-crystal/kemal/Manifest
index 9f2bdbb23..a66b540e0 100644
--- a/dev-crystal/kemal/Manifest
+++ b/dev-crystal/kemal/Manifest
@@ -1,2 +1,3 @@
+DIST kemal-1.1.2.tar.gz 49111 BLAKE2B d14aca282dfe944d5d4e2f5ecf3261663bfd907e573ca64585f6f507f877a2923f43c7fd35b001924bd0f48fb2338d23e4ff52a2696f7626d56b75e346149aed SHA512 7e45da9fae8e0c5d204971af34d21102e2bd82eb1a7f6e6e860547f55dbad19b9fcc25d772fd41d4478740d70303fe75988cddb6c658eb1fdda5ffeecd7e5318
DIST kemal-1.3.0.tar.gz 49862 BLAKE2B b99ce90c2dcc3d3634689c47e91955e9fbbadfe05f2114e8eee582a61921dd82b8caa6e4dd0d4b58ec00482237b08b216d6a3849d7382ff4d7823de62409dbfe SHA512 00b12d7bf74679dde96c929a515e7db62c455be348a33d06c0aaf182e17655be3214d523f301318315ab28400eb626f4a5b7693fd9e8bf7e99d6ded7181dbbea
DIST kemal-1.4.0.tar.gz 51350 BLAKE2B ba81724cd0b4d24e64dbfa8df35f45ea782841833fa051a169b41eecd207286424985ef924bc3eb78036c4f26d1330ecc43459164042454d3183cb6f181973d6 SHA512 ff78f9489de31000830ec5cca7e6fc15e4ba8e85c4e6c9e5b2378521e73f47e210ad1e763d36d893b930bc601bae3b1a905ab5bc12df07e426e7d5e0608e78cd
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..16f4fc8e6
--- /dev/null
+++ b/dev-crystal/kemal/kemal-1.1.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2023 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
+"