mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Closes: https://bugs.gentoo.org/912302 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
36 lines
938 B
Bash
36 lines
938 B
Bash
# Copyright 2023-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Auto-Generated by cargo-ebuild 0.5.4
|
|
# With edits made
|
|
|
|
EAPI=8
|
|
|
|
CRATES="
|
|
aho-corasick@0.7.20
|
|
memchr@2.5.0
|
|
regex@1.7.3
|
|
regex-syntax@0.6.29
|
|
"
|
|
|
|
inherit cargo
|
|
|
|
DESCRIPTION="OwO-ifies text via regex"
|
|
# Double check the homepage as the cargo_metadata crate
|
|
# does not provide this value so instead repository is used
|
|
HOMEPAGE="https://github.com/iliketwertles"
|
|
SRC_URI="
|
|
https://github.com/iliketwertles/owo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
|
${CARGO_CRATE_URIS}
|
|
"
|
|
|
|
# License set may be more restrictive as OR is not respected
|
|
# use cargo-license for a more accurate license picture
|
|
LICENSE="Apache-2.0 MIT Unlicense"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
# rust does not use *FLAGS from make.conf, silence portage warning
|
|
# update with proper path to binaries this crate installs, omit leading /
|
|
QA_FLAGS_IGNORED="usr/bin/${PN}"
|