blob: f98187807b71cd20806daca5c0cdf8b192bb0d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
buildpack: "https://github.com/kr/heroku-buildpack-go.git"
targets:
ubuntu-14.04:
build_dependencies:
- mercurial
- bzr
dependencies:
- git
after:
- mv bin/main gogs
after_install: ./packaging/debian/postinst
|