Commit 46e33ed3714e876030e796bd5ef53248a8bb79e1

Authored by Sytse Sijbrandij
2 parents d74bf464 0b7f83ad

Merge pull request #7132 from pkgr/pkgr

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
... ...