aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/flex/abuild
diff options
context:
space:
mode:
authorLinux User <emmett@vmi2195005.contaboserver.net>2025-04-14 01:35:12 +0000
committerLinux User <emmett@vmi2195005.contaboserver.net>2025-04-14 01:35:12 +0000
commit595101c9e63eae025157878b14577acb3fef0b3b (patch)
tree9878022974c9d8b274c999d693e466b23cfb2fdd /repos/extra/flex/abuild
parent73d7a925b4ad5bb64b17506acdf1600a12d55d47 (diff)
downloadalicelinux-595101c9e63eae025157878b14577acb3fef0b3b.tar.gz
alicelinux-595101c9e63eae025157878b14577acb3fef0b3b.zip
clang repos migrated to main
Diffstat (limited to 'repos/extra/flex/abuild')
-rw-r--r--repos/extra/flex/abuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/repos/extra/flex/abuild b/repos/extra/flex/abuild
new file mode 100644
index 00000000..d57b7b78
--- /dev/null
+++ b/repos/extra/flex/abuild
@@ -0,0 +1,8 @@
+name=flex
+version=2.6.4
+release=1
+source="https://github.com/westes/$name/releases/download/v$version/$name-$version.tar.gz"
+
+postbuild() {
+ ln -s flex $PKG/usr/bin/lex
+}