aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/flex.az
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/package/flex.az')
-rw-r--r--internal/rosa/package/flex.az18
1 files changed, 18 insertions, 0 deletions
diff --git a/internal/rosa/package/flex.az b/internal/rosa/package/flex.az
new file mode 100644
index 00000000..6f4c6d68
--- /dev/null
+++ b/internal/rosa/package/flex.az
@@ -0,0 +1,18 @@
+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 ];
+}