commit:     0ef7c0fba56b14aa37adf6066298202bc9d8bada
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan  9 18:48:55 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jan  9 18:48:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ef7c0fb

media-video/ytarchive: update LICENSE, use "ego"

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 media-video/ytarchive/ytarchive-0.3.2.ebuild | 12 +++++++-----
 1 file 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
 }

Reply via email to