forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
//az:schema mbf
|
||||
|
||||
package libffi {
|
||||
description = "a portable, high level programming interface to various calling conventions";
|
||||
website = "https://sourceware.org/libffi";
|
||||
anitya = 1611;
|
||||
description = "a portable, high level programming interface to various calling conventions"
|
||||
website = "https://sourceware.org/libffi"
|
||||
anitya = 1611
|
||||
|
||||
version* = "3.5.2";
|
||||
version := "3.5.2"
|
||||
source = remoteGitHubRelease {
|
||||
suffix = "libffi/libffi";
|
||||
tag = "v"+version;
|
||||
name = "libffi-"+version+".tar.gz";
|
||||
checksum = "2_Q-ZNBBbVhltfL5zEr0wljxPegUimTK4VeMSiwJEGksls3n4gj3lV0Ly3vviSFH";
|
||||
compress = gzip;
|
||||
};
|
||||
suffix = "libffi/libffi"
|
||||
tag = "v"+version
|
||||
name = "libffi-${version}.tar.gz"
|
||||
checksum = "2_Q-ZNBBbVhltfL5zEr0wljxPegUimTK4VeMSiwJEGksls3n4gj3lV0Ly3vviSFH"
|
||||
compress = gzip
|
||||
}
|
||||
|
||||
exec = make {};
|
||||
exec = make()
|
||||
|
||||
inputs = [ kernel-headers ];
|
||||
inputs = [ kernel-headers ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user