-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathcryptsetup.yaml
71 lines (62 loc) · 1.55 KB
/
cryptsetup.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
# Generated from https://git.alpinelinux.org/aports/plain/main/cryptsetup/APKBUILD
package:
name: cryptsetup
version: 2.6.1
epoch: 0
description: Userspace setup tool for transparent encryption of block devices using the Linux 2.6 cryptoapi
copyright:
- license: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception
environment:
contents:
packages:
- argon2-dev
- asciidoctor
- autoconf
- automake
- bash
- build-base
- busybox
- ca-certificates-bundle
- coreutils
- json-c-dev
- libssh
- libssh-dev
- lvm2-dev
- openssl-dev
- popt-dev
- util-linux-dev
pipeline:
- uses: fetch
with:
expected-sha256: da1769da8fa1682f03773e50e75d9d1c4f7464cb660200c00bf5e4586be83308
uri: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-${{package.version}}.tar.gz
- uses: autoconf/configure
with:
opts: |
--build="$CBUILD" \
--host="$CHOST" \
--prefix=/usr \
--libdir=/lib \
--sbindir=/sbin \
--disable-static \
--enable-libargon2 \
--with-crypto_backend=openssl
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
subpackages:
- name: cryptsetup-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- cryptsetup
description: cryptsetup dev
- name: cryptsetup-doc
pipeline:
- uses: split/manpages
description: cryptsetup manpages
update:
enabled: true
release-monitor:
identifier: 13709