dev-util/git-pages-cli - 1.6.0 (guru)

Search

Install

Install this version:

emerge -a =dev-util/git-pages-cli-1.6.0

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

autounmask =dev-util/git-pages-cli-1.6.0

Or alternatively:

emerge --autounmask-write -a =dev-util/git-pages-cli-1.6.0

Package Information

Description:
Command-line application for publishing sites to git-pages
Homepage:
https://codeberg.org/git-pages/git-pages-cli
License:
0BSD Apache-2.0 BSD MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="Command-line application for publishing sites to git-pages"
HOMEPAGE="https://codeberg.org/git-pages/git-pages-cli"
SRC_URI="https://codeberg.org/git-pages/git-pages-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz
		 https://files.demize.dev/gentoo/${CATEGORY}/${PN}/${P}-vendor.tar.xz"

S="${WORKDIR}/${PN}"

LICENSE="0BSD"
# dependencies
LICENSE+=" Apache-2.0 BSD MIT "
SLOT="0"
KEYWORDS="~amd64"

# project specifies a minimum Go version of 1.25
BDEPEND+=">=dev-lang/go-1.25.0:="

DOCS=( README.md )

src_compile() {
	ego build
}

src_install() {
	dobin git-pages-cli
	einstalldocs
}

Inherited Eclasses

Dependencies

BDEPEND

>=dev-lang/go-1.25.0:=

Manifest for 1.6.0

Type File Size Source URLs
DIST git-pages-cli-1.6.0-vendor.tar.xz 159892 bytes https://files.demize.dev/gentoo//git-pages-cli/git-pages-cli-1.6.0-vendor.tar.xz
DIST git-pages-cli-1.6.0.tar.gz 10530 bytes https://codeberg.org/git-pages/git-pages-cli/archive/v1.6.0.tar.gz