fix(kotlin-native): add license

This commit is contained in:
MedzikUser 2022-05-25 15:10:41 +02:00
parent ef14869c5c
commit 62fba61fe6
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_pkgname='kotlin'
pkgname='kotlin-native'
pkgver="1.6.21"
pkgrel=1
pkgrel=2
pkgdesc='An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library'
arch=('x86_64')
url="https://github.com/JetBrains/kotlin"
@ -27,7 +27,9 @@ build() {
}
package() {
cd "${_pkgname}-${pkgver}/"
cd "${_pkgname}-${pkgver}"
install -Dm 644 "license/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
cd 'kotlin-native'