diff options
Diffstat (limited to '.pkgr.yml')
-rw-r--r-- | .pkgr.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.pkgr.yml b/.pkgr.yml new file mode 100644 index 0000000000..f98187807b --- /dev/null +++ b/.pkgr.yml @@ -0,0 +1,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 |