]> git.arvados.org - arvados.git/blob - apps/workbench/fpm-info.sh
14794: Moved config validator to lib/ so that it can be testable.
[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)
8         ;;
9     debian* | ubuntu*)
10         fpm_depends+=(git g++)
11         ;;
12 esac