aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/ipmitool.az
blob: 90e6c3c257a4624342f045dd61a5ea0fcc48fd82 (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
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";
	};

	tools = [
		automake,
		libtool,
	];

	inputs = [ readline ];
}