summaryrefslogtreecommitdiff
path: root/.pkgr.yml
blob: 09cb83783dcb4a3bacf24944e07d0e65ed676454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
user: git
group: git
before_precompile: ./bin/pkgr_before_precompile.sh
targets:
  debian-7: &wheezy
    build_dependencies:
      - libicu-dev
    dependencies:
      - libicu48
      - libpcre3
      - git
  ubuntu-12.04: *wheezy
  ubuntu-14.04:
    build_dependencies:
      - libicu-dev
    dependencies:
      - libicu52
      - libpcre3
      - git