aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/flex/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-18 00:15:24 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-18 00:15:24 +0800
commitb5a8a6c29e40f786ceb808c0b95f01c4251111d1 (patch)
tree78e38b50664693918e3f3946714cb6bb9df8dce9 /repos/extra/flex/abuild
parentdf36bfd61252b7c543ab1efbfc5482b453805b0f (diff)
downloadalicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.tar.gz
alicelinux-b5a8a6c29e40f786ceb808c0b95f01c4251111d1.zip
added clang branch
Diffstat (limited to 'repos/extra/flex/abuild')
-rwxr-xr-xrepos/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 100755
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
+}