summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2870f6c6d85259cc36525d8d0a17178c3b143038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Oscar Morante <spacepluk@gmail.com>

_version=2018.2.16
_build=f1
_randomstring=39a4ac3d51f6
_prefix=/opt/Unity

pkgname=unity-editor-language-ko
pkgver=${_version}${_build}
pkgrel=1
pkgdesc="Korean Language Pack (Preview)"
arch=('x86_64')
url='https://unity3d.com/'
license=('custom')
depends=('unity-editor')
source=("https://new-translate.unity3d.jp/v1/live/54/2018.2/ko")
sha1sums=('ff06cb07205ce33fa1f534e67716daddc8eac047')
options=(!strip)
PKGEXT='.pkg.tar' # Prevent compressing of the final package

package() {
  _dest="${pkgdir}${_prefix}/Editor/Data/Localization"
  install -d "${_dest}"
  mv ko "${_dest}/ko.po"
}