summaryrefslogtreecommitdiffstats
path: root/.pkgr.yml
blob: 23a52c8ddceb66b201df4dea7186f5b5894da2b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
targets:
  ubuntu-14.04:
  ubuntu-12.04:
  debian-7:
  centos-6:
dependencies:
  - git
before:
  - mv packager/Procfile .
  - mv packager/.godir .
after:
  - mv bin/main gogs
after_install: ./packager/debian/postinst