diff --git a/srcpkgs/pencil2d/template b/srcpkgs/pencil2d/template new file mode 100644 index 00000000000..bbb186ef1d5 --- /dev/null +++ b/srcpkgs/pencil2d/template @@ -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 " +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