aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/ipmitool.az
blob: 4a6dd38b5cd3d22b7a4a8257a0083be483669cd5 (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
package iana-enterprise-numbers {
	description = "IANA Enterprise Numbers";
	website = "https://www.iana.org/assignments/enterprise-numbers.txt";
	exclude = true;

	version# = "20250113140800";
	output = remoteFile {
		url = "https://web.archive.org/web/"+version+"id_/"+
			"https://www.iana.org/assignments/enterprise-numbers.txt";
		checksum = "IplVyf7P4PDhhDovWCzL6jPGmF0T75InOCv2IOTMoR7khHUcRfki1pY93kobuXHF";
	};
}

package ipmitool {
	description = "an open-source tool for controlling IPMI-enabled systems";
	website = "https://codeberg.org/IPMITool/ipmitool";
	anitya = 1390;

	version# = "1_8_19";
	source = remoteTar {
		url = "https://codeberg.org/IPMITool/ipmitool/archive/"+
			"IPMITOOL_"+version+".tar.gz";
		checksum = "oxY5S_C2Dl4NhVWtE0BMJtAAxCUgjAwvZm7gzqEzDf0Ina6auYNKztVdM3tclfgT";
		compress = gzip;
	};
	extra = [ iana-enterprise-numbers ];

	early = "cp ../extra/iana-enterprise-numbers enterprise-numbers\n";
	exec = make {
		generate = "./bootstrap";
	};

	inputs = [
		automake,
		libtool,

		readline,
	];
	runtime = [ readline ];
}