Install this version:
emerge -a =mpv-plugin/mpv-netrc-0.0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =mpv-plugin/mpv-netrc-0.0.4
Or alternatively:
emerge --autounmask-write -a =mpv-plugin/mpv-netrc-0.0.4
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MPV_REQ_USE="lua"
USE_MPV="rdepend"
inherit mpv-plugin
DESCRIPTION="Reads ~/.netrc and sets up authorisation for URIs."
HOMEPAGE="https://github.com/Tatsh/mpv-netrc"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
MPV_PLUGIN_FILES=(
"${PN:4}.lua"
)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mpv-netrc-0.0.4.tar.gz | 1121951 bytes | https://github.com/Tatsh/mpv-netrc/archive/refs/tags/v0.0.4.tar.gz |