vp-build/srcpkgs/pencil2d/template

20 lines
776 B
Bash

# Template file for 'pencil2d'
pkgname=pencil2d
version=0.6.2
revision=1
build_style=qmake
wrksrc=pencil-${version}
hostmakedepends="qt5-qmake"
makedepends="qt5-xmlpatterns-devel qt5-svg-devel qt5-multimedia-devel"
depends="hicolor-icon-theme ffmpeg qt5-svg qt5-xmlpatterns"
short_desc="Easy, intuitive tool to make 2D hand-drawn animations"
maintainer="ghost <gh0st@vivaldi.net>"
license="GPL-2-only"
homepage="https://pencil2d.org/"
changelog="https://raw.githubusercontent.com/pencil2d/pencil/master/ChangeLog.md"
distfiles="https://github.com/${pkgname}/pencil/archive/v${version}.tar.gz"
checksum=a8bf1034f6b091ec49d6359da4ca0332c8bd2146a33a19b6c662f4ccfed9629a
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-xmlpatterns-devel qt5-svg-devel qt5-multimedia-devel"
fi