Maintenance: Enabled support for Ubuntu 20.04 LTS package building on packager.io.
This commit is contained in:
parent
b16b78e46a
commit
3a3d036a7b
1 changed files with 11 additions and 0 deletions
11
.pkgr.yml
11
.pkgr.yml
|
@ -84,6 +84,17 @@ targets:
|
||||||
build_dependencies:
|
build_dependencies:
|
||||||
- libimlib2
|
- libimlib2
|
||||||
- libimlib2-dev
|
- libimlib2-dev
|
||||||
|
ubuntu-20.04:
|
||||||
|
dependencies:
|
||||||
|
- curl
|
||||||
|
- elasticsearch
|
||||||
|
- nginx|apache2
|
||||||
|
- postgresql|mysql-server|mariadb-server|sqlite
|
||||||
|
- libimlib2
|
||||||
|
- libimlib2-dev
|
||||||
|
build_dependencies:
|
||||||
|
- libimlib2
|
||||||
|
- libimlib2-dev
|
||||||
sles-12:
|
sles-12:
|
||||||
dependencies:
|
dependencies:
|
||||||
- curl
|
- curl
|
||||||
|
|
Loading…
Reference in a new issue