summaryrefslogtreecommitdiff
path: root/elements/core/git-minimal.bst
blob: 7744454e5d7aa952562ad8d8ed3c481318c6b935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
kind: autotools

depends:
- filename: gnu-toolchain.bst
  type: build
- filename: core/autoconf.bst
  type: build
- filename: core/python3.bst
  type: build
- filename: core/curl.bst
  type: build
- filename: core/gettext-tarball.bst
  type: build
- filename: core/libexpat.bst
  type: build
- filename: core/openssl-new.bst

sources:
- kind: git
  url: upstream:git
  track: v2.8.0-rc2
  ref: ed9067f705aa51819c7dfff7e4190dd267beaf5d

config:
  configure-commands:
    (<):
    - make configure
  build-commands:
  - make all