neonichu / swift-buildpack

Heroku buildpack for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku buildpack for Swift

No Maintenance Intended

A simple Swift buildpack, uses the official Ubuntu LTS build from the Swift website.

Usage

Create a new app using the buildpack:

$ heroku create -b https://github.com/neonichu/swift-buildpack.git

or add it to an existing app:

$ heroku config:add BUILDPACK_URL=https://github.com/neonichu/swift-buildpack.git

All the Swift binaries are installed into vendor/swift and are available via PATH.

Example

This script might work as an example.

About

Heroku buildpack for Swift

License:MIT License


Languages

Language:Shell 100.0%