Skip to content

neonichu/swift-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages