Files
hakurei/internal/rosa/package/libseccomp/package.az
Ophestra a3867ad65f internal/rosa/azalea: replace binding token
This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-05-24 16:20:26 +09:00

28 lines
603 B
Go

package libseccomp {
description = "an interface to the Linux Kernel's syscall filtering mechanism";
website = "https://github.com/seccomp/libseccomp";
anitya = 13823;
version# = "2.6.0";
source = remoteGitHubRelease {
suffix = "seccomp/libseccomp";
tag = "v"+version;
name = "libseccomp-"+version+".tar.gz";
checksum = "mMu-iR71guPjFbb31u-YexBaanKE_nYPjPux-vuBiPfS_0kbwJdfCGlkofaUm-EY";
compress = gzip;
};
patches = [ "fix-export-oob-read.patch" ];
early = "\nln -s ../system/bin/bash /bin/\n";
exec = make {};
inputs = [
bash,
diffutils,
gperf,
kernel-headers,
];
}