summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/stack/hi.bst
blob: 0aa2d32f280e13dff0ae64f6e0ea7a8c2b9e28f7 (plain)
1
2
3
4
5
6
7
8
kind: script
depends:
  - filename: base.bst
    type: build
config:
  commands:
    - "mkdir -p %{install-root}"
    - "echo 'Hi' > %{install-root}/hi"