New package: pencil2d-0.6.2

This commit is contained in:
Kasper Menten 2018-09-27 19:18:45 +00:00 committed by cr6git
parent 670eadc4ac
commit d9a860919b
1 changed files with 19 additions and 0 deletions

19
srcpkgs/pencil2d/template Normal file
View File

@ -0,0 +1,19 @@
# 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