forked from ekylibre/ekylibre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pkgr.yml
67 lines (67 loc) · 1.46 KB
/
.pkgr.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
user: ekylibre
group: ekylibre
env:
- "JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64"
- "NOKOGIRI_USE_SYSTEM_LIBRARIES=1"
# Global dependencies are not merged with specific dependencies
# dependencies:
build_dependencies:
- libcurl4-openssl-dev
- openjdk-7-jdk
- libgeos-dev
- libgeos++-dev
- libproj-dev
- libpq-dev
- libxml2-dev
- libxslt1-dev
- zlib1g-dev
- libicu-dev
targets:
debian-8:
dependencies:
- imagemagick
- graphicsmagick
- tesseract-ocr
- tesseract-ocr-ara
- tesseract-ocr-jpn
- tesseract-ocr-fra
- tesseract-ocr-eng
- tesseract-ocr-spa
- pdftk
- libreoffice
- poppler-utils
- poppler-data
- ghostscript
- openjdk-7-jdk
- libicu52
- redis-server
- postgresql-contrib
# Specific to Debian
- postgresql-9.4-postgis-2.1
ubuntu-14.04:
dependencies:
- imagemagick
- graphicsmagick
- tesseract-ocr
- tesseract-ocr-ara
- tesseract-ocr-jpn
- tesseract-ocr-fra
- tesseract-ocr-eng
- tesseract-ocr-spa
- pdftk
- libreoffice
- poppler-utils
- poppler-data
- ghostscript
- openjdk-7-jdk
- libicu52
- redis-server
- postgresql-contrib
# Specific to Ubuntu 14.04
- postgresql-9.3-postgis-2.1
services:
- postgres
- redis
before_precompile: "packaging/setup"
after_precompile: "packaging/clean"
after_install: "packaging/postinst"