mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: video-compare-20250420
This commit is contained in:
parent
666187ddfb
commit
dcbef048d5
1 changed files with 23 additions and 0 deletions
23
srcpkgs/video-compare/template
Normal file
23
srcpkgs/video-compare/template
Normal file
|
@ -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 <sunshinehunterde@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue