summaryrefslogtreecommitdiffstats
path: root/.pkgr.yml
blob: 9988ad4d3af27d86d56aa67f89e3db32ea536a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
buildpack: "https://github.com/kr/heroku-buildpack-go.git"
targets:
  ubuntu-14.04:
build_dependencies:
  - mercurial
  - bzr
dependencies:
  - git
before:
  - mv packager/Procfile .
  - mv packager/.godir .
after:
  - mv bin/main gogs
after_install: ./packager/debian/postinst