1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-23 08:47:42 -05:00
forgejo/.pkgr.yml

15 lines
278 B
YAML
Raw Normal View History

buildpack: "https://github.com/kr/heroku-buildpack-go.git"
targets:
ubuntu-14.04:
build_dependencies:
- mercurial
- bzr
dependencies:
- git
2014-09-09 16:29:39 -04:00
before:
- mv packager/Procfile .
- mv packager/.godir .
after:
- mv bin/main gogs
2014-09-09 16:29:39 -04:00
after_install: ./packager/debian/postinst