summaryrefslogtreecommitdiff
path: root/tests/integration/project/elements/workspace/workspace-updated-dependency-nested.bst
blob: 6ee7708301a07801d4457b3ecfa011b303ddea4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
kind: manual

depends:
  - base.bst
  - workspace/dependency.bst

sources:
  - kind: local
    path: files/workspace-updated-dependency-nested/

config:
  build-commands:
    - make
    - chmod +x test.sh
    - mkdir -p %{install-root}/usr/bin/
    - cp test.sh %{install-root}/usr/bin/
    - ls %{install-root}