17 lines
662 B
Bash
17 lines
662 B
Bash
# Template file for 'openshot'
|
|
pkgname=openshot
|
|
version=3.0.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
makedepends="ffmpeg-devel python3-PyQt5"
|
|
depends="ImageMagick libopenshot python3-PyQt5-svg
|
|
python3-PyQt5-webkit python3-httplib2 python3-pyzmq python3-requests"
|
|
short_desc="Open-source, non-linear video editor for Linux"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.openshot.org"
|
|
distfiles="https://github.com/OpenShot/openshot-qt/archive/v${version}.tar.gz"
|
|
checksum=9a6b76ebb32f34722a30af0cafeea2dee1ef11daef1d7c9c73ba9b1350ea57f9
|
|
make_check=no # tests are broken
|