forked from rosa/hakurei
19 lines
415 B
Go
19 lines
415 B
Go
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;
|
|
};
|
|
|
|
exec = make {};
|
|
|
|
inputs = [ m4 ];
|
|
}
|