Add ebuild for alass

This commit is contained in:
Sravan Balaji
2025-04-17 18:59:13 -04:00
parent 714a8cafb0
commit 69b60bfed0
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST alass-2.0.0.tar.gz 3999274 BLAKE2B d2d86f6e7325b367b516bb9b2f213a200e906389da8f3a36595b60518c0559397dece01ef3545130d6ec88a9823b384dff4cfa10a95bb8ee1c83016455f5a6bc SHA512 de602b902edc2cd88eb2a4682e4f3e870e23fa62524916442c74e40d7b77d50457c72fb2a962a09a7ba6ca8eceb707f5aab59eaf1351153a562188a19745f738

View File

@@ -0,0 +1,20 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cargo
DESCRIPTION="Automatic Language-Agnostic Subtitle Synchronization"
HOMEPAGE="https://github.com/kaegi/alass"
SRC_URI="${HOMEPAGE}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}/${P}"
RDEPEND="
media-video/ffmpeg
"