summaryrefslogtreecommitdiffstats
path: root/.pkgr.yml
blob: 296920bece39f7761874b2f9f1db4149916dc8f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
targets:
  ubuntu-14.04:
  ubuntu-12.04:
  debian-7:
  centos6:
build_dependencies:
  - mercurial
  - bzr
dependencies:
  - git
before:
  - mv packager/Procfile .
  - mv packager/.godir .
after:
  - mv bin/main gogs
after_install: ./packager/debian/postinst