mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-crystal/athena-spec: add 0.3.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST athena-spec-0.3.0.tar.gz 8820 BLAKE2B 21b7e61b0430ea65faaf6f919ada255ea40c16975c86c8907d0ec2da2d3baa4cbfa5bd4267ae74f0c7ba2e5a4c86beecf2c7caeabba850ebef7491b6bdc31d49 SHA512 4001b18bff4033093239ccaf48d7d01f088df3da92a0a8e46640d198011181b4e3658865a3874790fda9c8fd6b3b585b25d3747cafa24b12f8b7fa668761e196
|
||||
DIST athena-spec-0.3.1.tar.gz 9428 BLAKE2B af529b663783bbd28d6e7d66e5a7693dc62cd7dad3edc71fe74b56df4860d434b34ca649089c9e34c6cce835248064cc263f9b2b7bb8167ccb163b6ae008a807 SHA512 cd4e4896742342cfb0e1f862a21dbb1b3e18541f1d3a2031c86df7de4b83ac42addf756f5a52be1c60f27125b17b000d6e642bfbd91a1b2219eb2e71d5d65e63
|
||||
|
||||
24
dev-crystal/athena-spec/athena-spec-0.3.1.ebuild
Normal file
24
dev-crystal/athena-spec/athena-spec-0.3.1.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit shards
|
||||
|
||||
MY_PN="${PN#athena-}"
|
||||
DESCRIPTION="Common/helpful Spec compliant testing utilities"
|
||||
HOMEPAGE="
|
||||
https://github.com/athena-framework/spec
|
||||
https://athenaframework.org/Spec
|
||||
"
|
||||
SRC_URI="https://github.com/athena-framework/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
mkdir -p .github/workflows || die
|
||||
}
|
||||
Reference in New Issue
Block a user