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

    Hello world example from automake

variables:

  # The hello world example lives in the doc/amhello folder.
  #
  # Set the %{command-subdir} variable to that location
  # and just have the autotools element run its commands there.
  #
  command-subdir: doc/amhello

sources:
- kind: tar
  url: gnu:automake-1.16.1.tar.gz
  ref: 608a97523f97db32f1f5d5615c98ca69326ced2054c9f82e65bade7fc4c9dea8

depends:
- base.bst