forked from rosa/hakurei
internal/rosa/package: azalea proposal
This commit is contained in:
@@ -1,18 +1,20 @@
|
||||
package flex {
|
||||
description = "scanner generator for lexing in C and C++";
|
||||
website = "https://github.com/westes/flex";
|
||||
anitya = 819;
|
||||
//az:schema mbf
|
||||
|
||||
version* = "2.6.4";
|
||||
package flex {
|
||||
description = "scanner generator for lexing in C and C++"
|
||||
website = "https://github.com/westes/flex"
|
||||
anitya = 819
|
||||
|
||||
version := "2.6.4"
|
||||
source = remoteGitHubRelease {
|
||||
suffix = "westes/flex";
|
||||
tag = "v"+version;
|
||||
name = "flex-"+version+".tar.gz";
|
||||
checksum = "p9POjQU7VhgOf3x5iFro8fjhy0NOanvA7CTeuWS_veSNgCixIJshTrWVkc5XLZkB";
|
||||
compress = gzip;
|
||||
suffix = "westes/flex"
|
||||
tag = "v"+version
|
||||
name = "flex-${version}.tar.gz"
|
||||
checksum = "p9POjQU7VhgOf3x5iFro8fjhy0NOanvA7CTeuWS_veSNgCixIJshTrWVkc5XLZkB"
|
||||
compress = gzip
|
||||
};
|
||||
|
||||
exec = make {};
|
||||
exec = make();
|
||||
|
||||
inputs = [ m4 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user