# Maintainer: Oscar Morante _prefix=/opt/Unity pkgname=unity-editor-android pkgver=2018.3.10f1 pkgrel=1 pkgdesc="Allows building your Unity projects for the Android platform" arch=('x86_64') url='https://unity3d.com/' license=('custom') depends=('unity-editor' 'android-platform' 'android-sdk-build-tools' 'android-udev') makedepends=('cpio') optdepends=('android-ndk-16b: needed for IL2CPP builds') source=("2018.3.10f1.3.10f1.pkg::https://download.unity3d.com/download_unity/f88de2c96e63/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2018.3.10f1.pkg") md5sums=("f8b2679ba29e624d29b6132142171b0b") options=(!strip) PKGEXT='.pkg.tar' # Prevent compressing of the final package package() { _dest="${pkgdir}/${_prefix}/Editor/Data/PlaybackEngines/AndroidPlayer" install -d "${_dest}" cd "${_dest}" cat "${srcdir}/TargetSupport.pkg.tmp/Payload" | gzip -dc | cpio -i }