aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/cryptsetup.az
blob: 94a9309eadf02168af8ced490fb6ad6eff959cda (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
package cryptsetup {
	description = "open-source disk encryption";
	website = "https://gitlab.com/cryptsetup/cryptsetup";
	anitya = 13709;

	version# = "2.8.7";
	source = remoteGitLab {
		domain = "gitlab.com";
		suffix = "cryptsetup/cryptsetup";
		ref = "v"+version;
		checksum = "eDi_UaMtwhIzqpsdcA91aVb56zCYDrsDzeMWfWXAnPbuvn2bEgeH5dFs7mouHz8V";
	};

	bin = [ "bash" ];
	exec = meson {
		setup = {
			"asciidoc": "disabled";
			"ssh-token": "false";
			"blkid": "false";
		};
	};

	inputs = [
		bash,
		gettext,
		coreutils,

		popt,
		lvm2,
		json-c,
		e2fsprogs,
		argp-standalone,
		kernel-headers,
	];

	runtime = [
		popt,
		lvm2,
		json-c,
		e2fsprogs,
		openssl,
	];
}