All checks were successful
Test / Create distribution (push) Successful in 2m40s
Test / Sandbox (push) Successful in 2m46s
Test / ShareFS (push) Successful in 3m47s
Test / Sandbox (race detector) (push) Successful in 5m28s
Test / Hakurei (race detector) (push) Successful in 6m47s
Test / Hakurei (push) Successful in 2m41s
Test / Flake checks (push) Successful in 1m31s
This replaces the '*' placeholder with a less confusing '#'. Signed-off-by: Ophestra <cat@gensokyo.uk>
19 lines
467 B
Go
19 lines
467 B
Go
package libffi {
|
|
description = "a portable, high level programming interface to various calling conventions";
|
|
website = "https://sourceware.org/libffi";
|
|
anitya = 1611;
|
|
|
|
version# = "3.5.2";
|
|
source = remoteGitHubRelease {
|
|
suffix = "libffi/libffi";
|
|
tag = "v"+version;
|
|
name = "libffi-"+version+".tar.gz";
|
|
checksum = "2_Q-ZNBBbVhltfL5zEr0wljxPegUimTK4VeMSiwJEGksls3n4gj3lV0Ly3vviSFH";
|
|
compress = gzip;
|
|
};
|
|
|
|
exec = make {};
|
|
|
|
inputs = [ kernel-headers ];
|
|
}
|