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"