internal/rosa/package/libseccomp: 2.6.0 to 2.6.1

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-02 22:30:13 +09:00
parent d2f322e911
commit 8c853c3eb6
2 changed files with 2 additions and 16 deletions
+25
View File
@@ -0,0 +1,25 @@
package libseccomp {
description = "an interface to the Linux Kernel's syscall filtering mechanism";
website = "https://github.com/seccomp/libseccomp";
anitya = 13823;
version# = "2.6.1";
source = remoteGitHubRelease {
suffix = "seccomp/libseccomp";
tag = "v"+version;
name = "libseccomp-"+version+".tar.gz";
checksum = "YiiUqaQA9EUDSeC3CifYJLJHT9DwkqQtW21ek0H3HzEG7_I9Yn5-pLt5ybQqpEEt";
compress = gzip;
};
bin = [ "bash" ];
exec = make {};
inputs = [
bash,
diffutils,
gperf,
kernel-headers,
];
}