Files
guru/dev-crystal/crystal-fnv/crystal-fnv-0.1.3-r1.ebuild
Anna (cybertailor) Vyalkova ccd653882c dev-crystal/*: update for changes in shards.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-11-06 17:25:31 +05:00

15 lines
368 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit shards
DESCRIPTION="Crystal Implementation of FowlerNollVo hash"
HOMEPAGE="https://github.com/naqvis/crystal-fnv"
SRC_URI="https://github.com/naqvis/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"