app-misc/scu - 9999 (xbt573)

Search

Package Information

Description:
Yet another *fetch utility is aimed at informativeness
Homepage:
https://github.com/omnitix/scu
License:
GPL-3 || ( Apache-2.0 MIT )

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Autogenerated by pycargoebuild 0.10

EAPI=8

inherit cargo git-r3

DESCRIPTION="Yet another *fetch utility is aimed at informativeness"
HOMEPAGE="https://github.com/omnitix/scu"
EGIT_REPO_URI="https://github.com/omnitix/scu"

LICENSE="GPL-3"
# Dependent crate licenses
LICENSE+=" || ( Apache-2.0 MIT )"
SLOT="0"

src_unpack() {
	git-r3_src_unpack
	cargo_live_src_unpack
}