Install this version:
emerge -a =dev-go/fetchbot-1.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-go/fetchbot-1.3
Or alternatively:
emerge --autounmask-write -a =dev-go/fetchbot-1.3
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
SRC_URI="
https://github.com/PuerkitoBio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/pentoo/pentoo-golang-dist/releases/download/${P}/${P}-deps.tar.xz
"
DESCRIPTION="Simple, flexible web crawler that follows robots.txt policies and crawl delays"
HOMEPAGE="https://github.com/PuerkitoBio/fetchbot"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | fetchbot-1.3-deps.tar.xz | 5891076 bytes | https://github.com/pentoo/pentoo-golang-dist/releases/download/fetchbot-1.3/fetchbot-1.3-deps.tar.xz |
| DIST | fetchbot-1.3.tar.gz | 22755 bytes | https://github.com/PuerkitoBio/fetchbot/archive/v1.3.tar.gz |