projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump nokogiri from 1.10.4 to 1.10.8 in /apps/workbench
[arvados.git]
/
apps
/
workbench
/
fpm-info.sh
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
case "$TARGET" in
6
centos*)
7
fpm_depends+=(git bison make automake gcc gcc-c++ graphviz)
8
;;
9
debian* | ubuntu*)
10
fpm_depends+=(git g++ bison zlib1g-dev make graphviz)
11
;;
12
esac