diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-01-09 23:48:55 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2023-01-09 23:48:59 +0500 |
commit | 0ef7c0fba56b14aa37adf6066298202bc9d8bada (patch) | |
tree | 288d2b67193dd9df29e92dbc2db038c26deb0716 /media-video | |
parent | app-misc/watchexec: add 1.21.0 (diff) | |
download | guru-0ef7c0fba56b14aa37adf6066298202bc9d8bada.tar.gz guru-0ef7c0fba56b14aa37adf6066298202bc9d8bada.tar.bz2 guru-0ef7c0fba56b14aa37adf6066298202bc9d8bada.zip |
media-video/ytarchive: update LICENSE, use "ego"
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ytarchive/ytarchive-0.3.2.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/media-video/ytarchive/ytarchive-0.3.2.ebuild b/media-video/ytarchive/ytarchive-0.3.2.ebuild index c1d749637..af4491eb5 100644 --- a/media-video/ytarchive/ytarchive-0.3.2.ebuild +++ b/media-video/ytarchive/ytarchive-0.3.2.ebuild @@ -7,20 +7,22 @@ inherit go-module DESCRIPTION="Youtube livestream downloader" HOMEPAGE="https://github.com/Kethsar/ytarchive" -SRC_URI="https://github.com/Kethsar/ytarchive/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://files.asokolov.org/gentoo/${P}-deps.tar.xz" +SRC_URI=" + https://github.com/Kethsar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://files.asokolov.org/gentoo/${P}-deps.tar.xz +" -LICENSE="MIT" +LICENSE="BSD MIT" SLOT="0" KEYWORDS="~amd64" RDEPEND="media-video/ffmpeg" src_compile() { - go build + ego build } src_install() { - default dobin ytarchive + einstalldocs } |