forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
botan.yaml
71 lines (62 loc) · 1.27 KB
/
botan.yaml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
package:
name: botan
version: 3.6.1
epoch: 0
description: "Cryptography Toolkit"
copyright:
- license: BSD-2-Clause
resources:
cpu: 16
memory: 8Gi
environment:
contents:
packages:
- boost-dev
- build-base
- busybox
- bzip2-dev
- ca-certificates-bundle
- openssf-compiler-options
- python3
- sqlite-dev
- wolfi-base
- xz-dev
- zlib-dev
pipeline:
- uses: git-checkout
with:
repository: https://github.com/randombit/botan
expected-commit: d1ad41eef0d7039f79ac89d180f0d697936b09f1
tag: ${{package.version}}
- name: Configure and build
runs: |
python3 ./configure.py \
--prefix=/usr \
--mandir=/usr/share/man \
--with-bzip2 \
--with-lzma \
--with-boost \
--with-sqlite3 \
--with-zlib \
--with-os-feature=getrandom \
--disable-static
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: botan-dev
pipeline:
- uses: split/dev
test:
pipeline:
- uses: test/pkgconf
update:
enabled: true
github:
identifier: randombit/botan
use-tag: true
test:
pipeline:
# AUTOGENERATED
- runs: |
botan --version