untrunc-0_pre20260605.ebuild
Download (528 Bytes)
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Restore truncated mp4/mov files"
HOMEPAGE="https://github.com/anthwlock/untrunc"
COMMIT="a87f33aa36fb0e174eebad92434d2f9fc3a749da"
SRC_URI="https://github.com/anthwlock/untrunc/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
>=media-video/ffmpeg-6.1:=
"
RDEPEND="${DEPEND}"
src_install() {
einstalldocs
dobin untrunc
}
| ||