mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
19 lines
461 B
Bash
19 lines
461 B
Bash
# Copyright 2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit shards
|
|
|
|
COMMIT="cb4bfef79f2e7e509fc7d94ae9da4d2b795b764e"
|
|
DESCRIPTION="Data structure view templates for Crystal"
|
|
HOMEPAGE="https://github.com/domgetter/crikey"
|
|
SRC_URI="https://github.com/domgetter/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
S="${WORKDIR}/${PN}-${COMMIT}"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
RESTRICT="test" # broken
|