Files
hakurei/internal/rosa/package/libseccomp/package.az
T
cat 3975dd3e0f internal/rosa: create /bin symlinks via helper
This centralises the workaround for surprisingly common buggy scripts with nonstandard hardcoded paths.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-07-01 15:03:26 +09:00

27 lines
574 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" ];
bin = [ "bash" ];
exec = make {};
inputs = [
bash,
diffutils,
gperf,
kernel-headers,
];
}