debian-mirror-gitlab/.pkgr.yml

38 lines
650 B
YAML
Raw Normal View History

2014-09-02 18:07:02 +05:30
user: git
group: git
2015-04-26 12:48:37 +05:30
services:
- postgres
2014-09-02 18:07:02 +05:30
before_precompile: ./bin/pkgr_before_precompile.sh
targets:
debian-7: &wheezy
build_dependencies:
2015-04-26 12:48:37 +05:30
- libkrb5-dev
2014-09-02 18:07:02 +05:30
- libicu-dev
2015-04-26 12:48:37 +05:30
- cmake
- pkg-config
2014-09-02 18:07:02 +05:30
dependencies:
- libicu48
- libpcre3
- git
ubuntu-12.04: *wheezy
ubuntu-14.04:
build_dependencies:
2015-04-26 12:48:37 +05:30
- libkrb5-dev
2014-09-02 18:07:02 +05:30
- libicu-dev
2015-04-26 12:48:37 +05:30
- cmake
- pkg-config
2014-09-02 18:07:02 +05:30
dependencies:
- libicu52
- libpcre3
- git
centos-6:
build_dependencies:
2015-04-26 12:48:37 +05:30
- krb5-devel
2014-09-02 18:07:02 +05:30
- libicu-devel
2015-04-26 12:48:37 +05:30
- cmake
- pkgconfig
2014-09-02 18:07:02 +05:30
dependencies:
- libicu
- pcre
- git