Commit 0b7f83ad7e0444f6514898359a415a731f9ee8ff

Authored by Cyril Rohr
1 parent 054d68a3

Enable CentOS packaging.

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
.pkgr.yml
... ... @@ -17,3 +17,10 @@ targets:
17 17 - libicu52
18 18 - libpcre3
19 19 - git
  20 + centos-6:
  21 + build_dependencies:
  22 + - libicu-devel
  23 + dependencies:
  24 + - libicu
  25 + - pcre
  26 + - git
... ...