From 9100037fcf9fff4385f2af188feb4faafdb4bacb Mon Sep 17 00:00:00 2001 From: Dakota Richline <43507179+drichline@users.noreply.github.com> Date: Sat, 15 Oct 2022 15:33:48 -0400 Subject: [PATCH] New package: alass-2.0.0 --- srcpkgs/alass/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/alass/template diff --git a/srcpkgs/alass/template b/srcpkgs/alass/template new file mode 100644 index 000000000000..18940c3de4f6 --- /dev/null +++ b/srcpkgs/alass/template @@ -0,0 +1,21 @@ +# Template file for 'alass' +pkgname=alass +version=2.0.0 +revision=1 +build_style=cargo +depends="ffmpeg" +short_desc="Command line tool to synchronize subtitles to movies" +maintainer="Dakota Richline " +license="GPL-3.0-only" +homepage="https://github.com/kaegi/alass" +distfiles="https://github.com/kaegi/alass/archive/refs/tags/v${version}.tar.gz" +checksum=ce88f92c7a427b623edcabb1b64e80be70cca2777f3da4b96702820a6cdf1e26 + +do_install() { + vbin target/${RUST_TARGET}/release/alass-cli + vdoc README.md +} + +if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then + make_check=ci-skip # Tests fail to build on i686 container with error "ran out of registers during register allocation" +fi