Install this version:
emerge -a =media-video/ytarchive-0.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/ytarchive-0.5.0
Or alternatively:
emerge --autounmask-write -a =media-video/ytarchive-0.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0 | 8 | ~amd64 | 0 |
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Youtube livestream downloader"
HOMEPAGE="https://github.com/Kethsar/ytarchive"
SRC_URI="
https://github.com/Kethsar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://files.asokolov.org/gentoo/${P}-vendor.tar.xz
"
LICENSE="Apache-2.0 BSD MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="media-video/ffmpeg"
src_compile() {
ego build
}
src_install() {
dobin ytarchive
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | ytarchive-0.5.0-vendor.tar.xz | 556756 bytes | https://files.asokolov.org/gentoo/ytarchive-0.5.0-vendor.tar.xz |
| DIST | ytarchive-0.5.0.tar.gz | 40012 bytes | https://github.com/Kethsar/ytarchive/archive/refs/tags/v0.5.0.tar.gz |