summaryrefslogtreecommitdiff
path: root/doc/examples/overlaps/elements/hello.bst
blob: c90254f10dcf7a51ae17120f97f6ca1ec39f3e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
kind: manual
description: |

  The hello application

# Depend on the hello library
depends:
- libhello.bst

# Stage the files/hello directory for building
sources:
  - kind: local
    path: files/hello

# Now configure the commands to run
config:

  build-commands:
  - make PREFIX="%{prefix}"

  install-commands:
  - make -j1 PREFIX="%{prefix}" DESTDIR="%{install-root}" install