mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-util/forgejo-cli: add 0.5.0
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
25
dev-util/forgejo-cli/forgejo-cli-0.5.0.ebuild
Normal file
25
dev-util/forgejo-cli/forgejo-cli-0.5.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES=' '
|
||||
RUST_MIN_VER="1.88.0"
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="CLI application for interacting with Forgejo"
|
||||
HOMEPAGE="https://codeberg.org/forgejo-contrib/forgejo-cli"
|
||||
SRC_URI="
|
||||
https://codeberg.org/forgejo-contrib/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.xz
|
||||
https://github.com/gentoo-crate-dist/${PN}/releases/download/v${PV}/${P}-crates.tar.xz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENCE="MIT"
|
||||
#Crate Licenses
|
||||
LICENSE+=" BSD-2 BSD Unicode-3.0 Apache-2.0 ISC MPL-2.0 ZLIB "
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="mirror"
|
||||
Reference in New Issue
Block a user