Install this version:
emerge -a =net-misc/muffet-2.11.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/muffet-2.11.5
Or alternatively:
emerge --autounmask-write -a =net-misc/muffet-2.11.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.11.5 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Fast website link checker in Go"
HOMEPAGE="https://github.com/raviqqe/muffet"
SRC_URI="https://github.com/raviqqe/muffet/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/${P}-vendor.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# Tests require network access to crawl real URLs.
RESTRICT="test"
src_compile() {
go build . || die
}
src_install() {
dobin "${PN}"
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | muffet-2.11.5-vendor.tar.xz | 1911612 bytes | https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/muffet-2.11.5-vendor.tar.xz |
| DIST | muffet-2.11.5.tar.gz | 217787 bytes | https://github.com/raviqqe/muffet/archive/refs/tags/v2.11.5.tar.gz |