mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-crystal/athena-spec: new package, add 0.3.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-crystal/athena-spec/Manifest
Normal file
1
dev-crystal/athena-spec/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST athena-spec-0.3.0.tar.gz 8820 BLAKE2B 21b7e61b0430ea65faaf6f919ada255ea40c16975c86c8907d0ec2da2d3baa4cbfa5bd4267ae74f0c7ba2e5a4c86beecf2c7caeabba850ebef7491b6bdc31d49 SHA512 4001b18bff4033093239ccaf48d7d01f088df3da92a0a8e46640d198011181b4e3658865a3874790fda9c8fd6b3b585b25d3747cafa24b12f8b7fa668761e196
|
||||
26
dev-crystal/athena-spec/athena-spec-0.3.0.ebuild
Normal file
26
dev-crystal/athena-spec/athena-spec-0.3.0.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2022 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
|
||||
|
||||
# failing test
|
||||
rm spec/methods_spec.cr || die
|
||||
}
|
||||
8
dev-crystal/athena-spec/metadata.xml
Normal file
8
dev-crystal/athena-spec/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user