1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-13 07:06:26 +02:00

pkg(swift-5.3.3): Add swift 5.3.3

This commit is contained in:
Vargas, Dan 2021-03-18 15:34:25 -05:00
parent aa0a7ac35f
commit 0d1906e1b6
5 changed files with 21 additions and 0 deletions
packages/swift/5.3.3

6
packages/swift/5.3.3/build.sh vendored Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Binary install
curl -L "https://swift.org/builds/swift-5.3.3-release/ubuntu1804/swift-5.3.3-RELEASE/swift-5.3.3-RELEASE-ubuntu18.04.tar.gz" -o swift.tar.gz
tar xzf swift.tar.gz --strip-components=2
rm swift.tar.gz