8c853c3eb6
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m55s
Test / ShareFS (push) Successful in 3m59s
Test / Hakurei (push) Successful in 4m9s
Test / Sandbox (race detector) (push) Successful in 5m57s
Test / Hakurei (race detector) (push) Successful in 7m9s
Test / Flake checks (push) Successful in 1m36s
Signed-off-by: Ophestra <cat@gensokyo.uk>
26 lines
530 B
Go
26 lines
530 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.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,
|
|
];
|
|
}
|