Install this version:
emerge -a =net-misc/gemget-1.9.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/gemget-1.9.0
Or alternatively:
emerge --autounmask-write -a =net-misc/gemget-1.9.0
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Command line downloader for the Gemini protocol"
HOMEPAGE="https://github.com/makew0rld/gemget"
SRC_URI="https://github.com/makew0rld/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
LICENSE="0BSD BSD MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
src_compile() {
ego build -o ${PN} -ldflags="-w" || die
}
src_install() {
dobin ${PN}
dodoc README.md
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gemget-1.9.0-vendor.tar.xz | 274844 bytes | https://gentoo.kropotkin.rocks/go-pkgs/gemget-1.9.0-vendor.tar.xz |
| DIST | gemget-1.9.0.tar.gz | 11883 bytes | https://github.com/makew0rld/gemget/archive/v1.9.0.tar.gz |