void-packages/srcpkgs/vidcutter/template
2017-06-07 15:05:49 +02:00

19 lines
626 B
Bash

# Template file for 'vidcutter'
pkgname=vidcutter
version=3.5.0
revision=1
noarch=yes
build_style=python3-module
pycompile_module="${pkgname}"
hostmakedepends="python3-setuptools"
depends="python3-PyQt5 python3-setuptools ffmpeg mpv mediainfo"
short_desc="Video cutter and joiner based on FFmpeg"
maintainer="bra1nwave <brainwave@openmailbox.org>"
license="GPL-3"
homepage="http://vidcutter.ozmartians.com/"
distfiles="https://github.com/ozmartian/${pkgname}/archive/${version}.tar.gz"
checksum=6c07aa8d70c66e11ce2bcc37cea6083a84fe8b4602342da40a78e651dcd04b93
pre_configure() {
sed -i "s/pypi/arch/" vidcutter/__init__.py
}