forked from rosa/hakurei
b08feac26c
Signed-off-by: Ophestra <cat@gensokyo.uk>
41 lines
1.0 KiB
Go
41 lines
1.0 KiB
Go
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 ];
|
|
}
|