diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-07 15:03:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-07 15:03:18 +0900 |
| commit | b08feac26cc182cae2beba7e43d5ebde51859046 (patch) | |
| tree | dd53741b25134ef75f17c8108df0a702198b7b02 /internal | |
| parent | 810b806a15f0964dec97357e49a17002ecdf65f1 (diff) | |
internal/rosa/package: ipmitool
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/package/ipmitool.az | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/internal/rosa/package/ipmitool.az b/internal/rosa/package/ipmitool.az new file mode 100644 index 00000000..4a6dd38b --- /dev/null +++ b/internal/rosa/package/ipmitool.az @@ -0,0 +1,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 ]; +} |
