app-misc/scu - 9999 (xbt573)

Search

Install

Install this version:

emerge -a =app-misc/scu-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/scu-9999

Or alternatively:

emerge --autounmask-write -a =app-misc/scu-9999

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
}

Inherited Eclasses