# Maintainer: Oscar Morante _prefix=/opt/UnityBeta pkgname=unity-editor-beta-webgl pkgver=2019.3.0b6 pkgrel=1 pkgdesc="Allows building your Unity projects for the WebGL platform" arch=('x86_64') url='https://unity3d.com/' license=('custom') depends=('unity-editor-beta' 'ffmpeg' 'gzip' 'ncurses5-compat-libs') source=("2019.3.0b6.3.0b6.tar.xz::https://beta.unity3d.com/download/0612c96692fb/LinuxEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-2019.3.0b6.tar.xz") md5sums=("ddacd5dda2ac31016f10b26dc7730037") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package package() { _dest="${pkgdir}${_prefix}" install -d "${_dest}" mv Editor "${_dest}" }