summaryrefslogtreecommitdiffstats
path: root/.pkgr.yml
blob: c0eb53271cba51cef8807fdf614dda6edb27131f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
targets:
  ubuntu-14.04:
    build_dependencies:
      - libpam0g-dev
    dependencies:
      - libpam0g
      - git
  ubuntu-12.04:
    build_dependencies:
      - libpam0g-dev
    dependencies:
      - libpam0g
      - git
  debian-7:
    build_dependencies:
      - libpam0g-dev
    dependencies:
      - libpam0g
      - git
  centos-6:
    build_dependencies:
      - pam-devel
    dependencies:
      - pam
      - git
before:
  - mv packager/Procfile .
  - mv packager/.godir .
after:
  - mv bin/main gogs
after_install: ./packager/debian/postinst