community/dart to 2.6.0-2

This commit is contained in:
Kevin Mihelich 2019-11-07 14:06:18 +00:00
parent afb40b2f86
commit 7b16f9af29

View file

@ -14,7 +14,7 @@ buildarch=12
pkgname=dart
pkgver=2.6.0
pkgrel=1
pkgrel=2
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'armv7h' 'aarch64')
url='https://www.dartlang.org/'
@ -55,7 +55,7 @@ package() {
cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
# Set up symbolic links for the executables
for f in dart dartanalyzer pub dartfmt dartdoc dart2aot dartaotruntime; do
for f in dart dartanalyzer pub dartfmt dartdoc dart2native dartaotruntime; do
ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
done