diff --git a/srcpkgs/video-compare/template b/srcpkgs/video-compare/template new file mode 100644 index 00000000000..076080e3377 --- /dev/null +++ b/srcpkgs/video-compare/template @@ -0,0 +1,23 @@ +# Template file for 'video-compare' +pkgname=video-compare +version=20250420 +revision=1 +build_style=gnu-makefile +makedepends="ffmpeg6-devel SDL2-devel SDL2_ttf-devel" +short_desc="Split screen video comparison tool using FFmpeg and SDL2" +maintainer="sunshinehunter " +license="GPL-2.0-only" +homepage="https://github.com/pixop/video-compare" +changelog="https://github.com/pixop/video-compare/releases" +distfiles="https://github.com/pixop/video-compare/archive/refs/tags/${version}.tar.gz" +checksum=cfb1de9608fa141defa44b62c10ff7a56ea668c87d6c2c102409bddcaa98cd83 + +CXXFLAGS="-std=c++14 -D__STDC_CONSTANT_MACROS" + +pre_install() { + vmkdir usr/bin +} + +do_install() { + make BINDIR=${DESTDIR}/usr/bin install +}