mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-crystal/kemal: add 1.7.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kemal-1.1.2.tar.gz 49111 BLAKE2B d14aca282dfe944d5d4e2f5ecf3261663bfd907e573ca64585f6f507f877a2923f43c7fd35b001924bd0f48fb2338d23e4ff52a2696f7626d56b75e346149aed SHA512 7e45da9fae8e0c5d204971af34d21102e2bd82eb1a7f6e6e860547f55dbad19b9fcc25d772fd41d4478740d70303fe75988cddb6c658eb1fdda5ffeecd7e5318
|
||||
DIST kemal-1.7.1.tar.gz 55300 BLAKE2B 3ff2674591057ba455e86680280d4516f6810337de737b93c3bbd966045dfeee737de5d712ba4b6dda0aa9a75f9f923a76a579c94acc1872347eb14ad5be6406 SHA512 79126fb2051048843bbb9af6404267baa81b53ec0a8b98c4a95f0d51694bdaf4b426748a46e2082ea22360f3d5ceaa57621411d37da9cce3e479d5931d1db8dc
|
||||
DIST kemal-1.7.2.tar.gz 55806 BLAKE2B 2aa038049ee48a9177b7f3072e600970647701a27d4483951ad89a3bdb77c33a0dab34d94cde32f35d02b7454c3fec577868d52807ba6c60b757f3a14852548a SHA512 6d459685bb25882f5b8c130ac30423985f0907fe23fce29223a4e11f6db60344cef17f1e9272e910b7b261abd58e74b6770b3f4061db1fd3b4a970e0c48b41d0
|
||||
|
||||
29
dev-crystal/kemal/kemal-1.7.2.ebuild
Normal file
29
dev-crystal/kemal/kemal-1.7.2.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2022-2025 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"
|
||||
|
||||
RDEPEND="
|
||||
dev-crystal/exception_page
|
||||
dev-crystal/radix
|
||||
"
|
||||
|
||||
src_test() {
|
||||
# conflicts with spec/run_spec.cr
|
||||
local -x CRYSTAL_OPTS=
|
||||
|
||||
shards_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user