add dovi_tool-bin ebuild

This commit is contained in:
2026-06-28 09:12:19 +02:00
parent afd7f28b08
commit 7bbef1792a
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
DIST dovi_tool-2.3.2-x86_64-unknown-linux-musl.tar.gz 1797784 BLAKE2B ae46d747ffc80475a2aabb1a59ef514a0fbd435368b8ddd71bd8933b20fd4d0d66b8a5d9864016b2f998b2691b294683a8a2962ba4b3e1257c0bca5fe9347472 SHA512 cf5c998ffa110195015f15385c53366166292de758b1f6a4ee79d6f4b18cce17b1fd00b18f02aec37be35d2b58326d05c9d0a0a8fab7d4bce040b73437966844
EBUILD dovi_tool-bin-2.3.2.ebuild 588 BLAKE2B b8595b3ae90ed8845bb51dbfa06da0486bdf40db55fd61df1bf6a904dbacab67b7a440ae92031bca172b1742a0400ea7973a626a58d612cd3d9c598e2a30d2b6 SHA512 a56ba69abf261955f7022df7aca9dd203ed378438cd73b0bca5ec4e667087b56f00acc33167e1d88398cad0862e6a5dd73fccc97fbc328ca5c2c974f381dbc48
@@ -0,0 +1,31 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="CLI tool combining multiple utilities for working with Dolby Vision."
HOMEPAGE="https://github.com/quietvoid/dovi_tool"
SRC_URI="https://github.com/quietvoid/dovi_tool/releases/download/${PV}/dovi_tool-${PV}-x86_64-unknown-linux-musl.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
RESTRICT="mirror test"
QA_PREBUILT="/usr/bin/dovi_tool"
S="${WORKDIR}"
src_unpack() {
unpack ${A}
}
src_install() {
dobin dovi_tool
}