18874: Add 'services/workbench2/' from commit 'f6f88d9ca9cdeeeebfadcfe999789bfb9f69e5c6'
[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*|rocky*)
7         fpm_depends+=(git bison make automake gcc gcc-c++ graphviz shared-mime-info)
8         ;;
9     ubuntu1804)
10         fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
11         fpm_conflicts+=(ruby-bundler)
12         ;;
13     debian* | ubuntu*)
14         fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
15         ;;
16 esac