summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/stack/another-hi.bst
blob: f83fdee82f932f8839330cd163613aed73d559c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
kind: script
description: Another hi test

depends:
  - filename: base.bst
    type: build

config:
  commands:
    - "mkdir -p %{install-root}"
    - "echo 'Another hi' > %{install-root}/another-hi"