-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathdieharder.yaml
58 lines (47 loc) · 1.2 KB
/
dieharder.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
package:
name: dieharder
version: 3.31.1.4
epoch: 2
description: Random-number generator test front-end
copyright:
- license: GPL-2.0-or-later
environment:
contents:
packages:
- autoconf
- automake
- build-base
- busybox
- ca-certificates-bundle
- gsl-dev
- libtool
pipeline:
- uses: fetch
with:
expected-sha256: 887e7159c0600bf2241e584d72559e91ffcc00883f9b976f935452e583344d37
uri: https://salsa.debian.org/edd/dieharder/-/archive/debian/${{package.version}}-1/dieharder-debian-${{package.version}}-1.tar.gz
- name: Run autoreconf
runs: |
autoreconf -vfi
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: dieharder-doc
pipeline:
- uses: split/manpages
description: dieharder manpages
test:
pipeline:
- uses: test/docs
update:
enabled: false
exclude-reason: >
Since release monitor latest version is of the form 3.31.1_20110601-1, we are for now going for manual update till we can have gitlab identifier
test:
pipeline:
# AUTOGENERATED
- runs: |
dieharder --version
dieharder --help