diff options
author | Cyril Rohr <cyril.rohr@gmail.com> | 2014-09-08 16:58:23 +0000 |
---|---|---|
committer | Cyril Rohr <cyril.rohr@gmail.com> | 2014-09-09 18:31:32 +0000 |
commit | 7fe61558f616b5889d26a7564722560b6e265a5d (patch) | |
tree | 8bc070a76cc8f1742b2abcb6aa192c4987adca6d /.pkgr.yml | |
parent | e21d8a7d350ea6003f2edac016a4cd8537e00ef0 (diff) | |
download | gitea-7fe61558f616b5889d26a7564722560b6e265a5d.tar.gz gitea-7fe61558f616b5889d26a7564722560b6e265a5d.zip |
Make Gogs packageable with https://packager.io
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 |