mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/forgejo-cli: new package, add 0.4.1
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
2
dev-util/forgejo-cli/Manifest
Normal file
2
dev-util/forgejo-cli/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST forgejo-cli-0.4.1-deps.tar.xz 26990912 BLAKE2B 28a03db5d68e3f28d53b24738537db77fc6adc93d2964c170f32692909241e75ab21edd736e3dc346a2c6ea0d649846529d19727af37bc7dff72107de324a7a5 SHA512 18b1f448dcf97e121d2ab3661e53f7c7c1160e339569ae090761168cfc686db07dbacb2b07d2ceef92a2f8dcd468ed5dac8ecd0ce51d5a6a667d18c5043dc5e1
|
||||
DIST forgejo-cli-0.4.1.tar.xz 97603 BLAKE2B 55000034517e048e0a120880a3ee7e37070f0728d79394cd9e20aec70df3c760274c6d32c2bb17ee924675f4e5d0d30e0914ce2fd36d8c8148746171f9eef686 SHA512 efeb8b97e898f5559e43cb19550abec46df2def4d1b84b61a2fcc534d30017efcd9f9be6282cd9280db6e04e3746c5cf44e811395e171aeccd0e9da366cd1730
|
||||
26
dev-util/forgejo-cli/forgejo-cli-0.4.1.ebuild
Normal file
26
dev-util/forgejo-cli/forgejo-cli-0.4.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES=' '
|
||||
|
||||
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://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.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"
|
||||
|
||||
ECARGO_VENDOR="${WORKDIR}/vendor"
|
||||
11
dev-util/forgejo-cli/metadata.xml
Normal file
11
dev-util/forgejo-cli/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ceres@ceressees.dev</email>
|
||||
<name>Ceres Milner</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="codeberg">forgejo-contrib/forgejo-cli</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user