summaryrefslogtreecommitdiff
path: root/tests/plugins/deprecationwarnings/plugins/elements/deprecated_plugin.yaml
blob: 1c07cd8b2203d8412db84088a2eb85f505bab057 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Deprecated-plugin build element does not provide any default
# build commands
config:

  # Commands for configuring the software
  #
  configure-commands: []

  # Commands for building the software
  #
  build-commands: []

  # Commands for installing the software into a
  # destination folder
  #
  install-commands: []

  # Commands for stripping installed binaries
  #
  strip-commands:
  - |
    %{strip-binaries}