mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
media-video/ytarchive: add 0.5.0
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
This commit is contained in:
parent
1fd5e968d4
commit
1b73481b0c
@ -1,2 +1,4 @@
|
||||
DIST ytarchive-0.4.0-vendor.tar.xz 551148 BLAKE2B fcd5f19cdd54908ecdb9e7e16484a5a1242475bd84911a393f987d5dbd3ddaea4b86784b228deb32a36dd4b882ea42c607009735c3841440b97d21d34810c95b SHA512 34bbc67519e3373b440b300e4e59be4e58842c7c3df3c4f093ff92e7a40ef5d7c5b3263d68ab41a8a7e98d53fb247241ce63a79797f0f8b8d71c1358d79ceb33
|
||||
DIST ytarchive-0.4.0.tar.gz 34808 BLAKE2B e054b280413b223b6b91662574483a1de737e369c4dcf80698230b41ecc90faa8dc050fb999395b2a413ae135f7e9ed9f6bf4aa2986ee8afed897f2cc2d4aaf9 SHA512 4fc4638e527c6d39a3aa12d217eb6c6c3080d08aa81b78f8bad2008f4a1eee4e3a601692829ab4c512ee18768593569b306d6206f96f5581f1e3009dd66b99a7
|
||||
DIST ytarchive-0.5.0-vendor.tar.xz 556756 BLAKE2B b2b1288b382a0f1de6793f3d59637548358d680c524246959f7374bf364ada186adf38e1b3a664d47f9b96feb1407bcb07f84ffd97957016c4bae4d3ec49dd8c SHA512 1ee817a33f0c7a318b7c89d32fab773c7ef38a136ef793e1ea1a542f3e325341a4ecaefb4eee09556a820f8f8adb2c37b867ef54a52fc977a9fbe75fb6ce752c
|
||||
DIST ytarchive-0.5.0.tar.gz 40012 BLAKE2B fabcc4ce47715ba1a804f2f3504adaf8eea3cf3348b8442af2bcabd10eeab529a845255fdc1ac55d0e2d0017d0b8a578d5ab4ab9c8f07acff0756cb27b348e7c SHA512 1d93a101ae9ae169d7e7f22da1036e8952209fd90211cd9080cb4706a1867416180382e83a207c4ec936d865a36294871d2ea5214c34831e2cbb7162b83ae83b
|
||||
|
28
media-video/ytarchive/ytarchive-0.5.0.ebuild
Normal file
28
media-video/ytarchive/ytarchive-0.5.0.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user