Skip to content
Snippets Groups Projects
Commit 24b6f866 authored by Nicholas Dille's avatar Nicholas Dille Committed by Nicholas Dille
Browse files

Fixed dart

parent 85fff6b8
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ url="https://storage.googleapis.com/dart-archive/channels/stable/release/${versi
check-download "${url}"
filename="$(basename "${url}")"
curl --silent --location --fail --remote-name "${url}"
mkdir -p "${prefix}/opt/dart"
mkdir -p "${prefix}/opt"
unzip -q -o -d "${prefix}/opt/" "${filename}"
rm "${filename}"
mv "${prefix}/opt/dart-sdk" "${prefix}/opt/dart"
......
......@@ -2,9 +2,8 @@
$schema: https://tools.uniget.dev/schema.yaml
name: dart
version: "3.3.4"
check: ""
runtime_dependencies:
- baz
binary: ${target}/opt/dart/bin/dart
check: ${binary} --version | cut -d' ' -f4
platforms:
- linux/amd64
- linux/arm64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment