mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-misc/badvideo: add version 5.2
Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
24
app-misc/badvideo/badvideo-5.2.ebuild
Normal file
24
app-misc/badvideo/badvideo-5.2.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/kernaltrap8/badvideo"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
|
||||
DESCRIPTION="Ruin your videos in SECONDS!"
|
||||
HOMEPAGE="https://github.com/kernaltrap8/badvideo"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
media-video/ffmpeg[opus,x264]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
newbin "${S}"/src/badvideo.sh badvideo
|
||||
}
|
||||
@@ -21,5 +21,5 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install() {
|
||||
newbin ${S}/src/badvideo.sh badvideo
|
||||
newbin "${S}"/src/badvideo.sh badvideo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user