mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/dart to 2.6.0-2
This commit is contained in:
parent
afb40b2f86
commit
7b16f9af29
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue