net-misc/geo - 1.1 (gentoo-zh)

Search

Package Information

Description:
An easy way to manage all your Geo resources
Homepage:
https://github.com/MetaCubeX/geo/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit go-module

DESCRIPTION="An easy way to manage all your Geo resources"
HOMEPAGE="https://github.com/MetaCubeX/geo/"
SRC_URI="
	https://github.com/MetaCubeX/geo/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/gentoo-zh-drafts/geo/releases/download/v${PV}/${P}-vendor.tar.xz
"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

src_compile() {
	ego build ./cmd/geo
}

src_install() {
	dobin "${PN}"
}

Manifest for 1.1

Type File Size Source URLs
DIST geo-1.1-vendor.tar.xz 736704 bytes https://github.com/gentoo-zh-drafts/geo/releases/download/v1.1/geo-1.1-vendor.tar.xz
DIST geo-1.1.tar.gz 30781 bytes https://github.com/MetaCubeX/geo/archive/refs/tags/v1.1.tar.gz