1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

Make Gogs packageable with https://packager.io

This commit is contained in:
Cyril Rohr
2014-09-08 16:58:23 +00:00
parent e21d8a7d35
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