Make Gogs packageable with https://packager.io

This commit is contained in:
Cyril Rohr 2014-09-08 16:58:23 +00:00
commit 7fe61558f6
4 changed files with 64 additions and 0 deletions

11
.pkgr.yml Normal file
View file

@ -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