diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-19 23:26:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-19 23:26:34 +0900 |
| commit | 98d915af3dbab860bc1ac614a91d0a38555e624d (patch) | |
| tree | 0d2172058dfda2b2ea47cb1a0359c9e29e72e6c9 /internal/rosa/package/flex.az | |
| parent | c0593e83253813ba4ec9caf6784e5f2d6251e6fd (diff) | |
internal/rosa/package: migrate argp-standalone, dtc, elfutils, flex, freetype, fuse
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/flex.az')
| -rw-r--r-- | internal/rosa/package/flex.az | 18 |
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 ]; +} |
