# Maintainer: Oscar Morante _prefix=/opt/UnityLts pkgname=unity-editor-lts-webgl pkgver=2017.4.29f1 pkgrel=1 pkgdesc="Allows building your Unity projects for the WebGL platform" arch=('x86_64') url='https://unity3d.com/' license=('custom') depends=('unity-editor-lts' 'ffmpeg' 'gzip') source=("2017.4.29f1.4.29f1.tar.xz::https://download.unity3d.com/download_unity/06508aa14ca1/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2017.4.29f1.tar.xz") md5sums=("d39a25bcd5e43b6394dcba6f36023250") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package package() { _dest="${pkgdir}${_prefix}" install -d "${_dest}" mv Editor "${_dest}" }