internal/rosa: evaluate packages from fs

This migrates GNU sed to azalea, and resulting IR matches.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-18 17:53:48 +09:00
parent 0360e779f3
commit 37df040d85
5 changed files with 133 additions and 30 deletions

View File

@@ -0,0 +1,22 @@
// GNU software with trivial packaging.
package sed {
description = "a non-interactive command-line text editor";
website = "https://www.gnu.org/software/sed";
anitya = 4789;
version* = "4.10";
source = remoteTar {
url = "https://ftpmirror.gnu.org/gnu/sed/sed-"+version+".tar.gz";
checksum = "TXTRFQJCyflb-bpBRI2S5Y1DpplwvT7-KfXtpqN4AdZgZ5OtI6yStn1-bkhDKx51";
compress = gzip;
};
exec = make {};
inputs = [
diffutils,
kernel-headers,
];
}