aboutsummaryrefslogtreecommitdiff
path: root/byacc/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-23 21:19:49 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-06-23 21:19:49 +0000
commit16e9c957d643ae58057bc0ed9421ad5652da471a (patch)
tree30b587eca282ccb64e6796a994d6dc262b8d069b /byacc/abuild
parent72a532f1872a2e66306bbb6bc03d6b7c2b2d106d (diff)
downloadalicelinux-16e9c957d643ae58057bc0ed9421ad5652da471a.tar.gz
alicelinux-16e9c957d643ae58057bc0ed9421ad5652da471a.zip
Woodpecker CI 37c01a3e1a45c6311f828746f1a82ed1f093b986 [SKIP CI]core
Diffstat (limited to 'byacc/abuild')
-rw-r--r--byacc/abuild9
1 files changed, 9 insertions, 0 deletions
diff --git a/byacc/abuild b/byacc/abuild
new file mode 100644
index 00000000..f6ea9803
--- /dev/null
+++ b/byacc/abuild
@@ -0,0 +1,9 @@
+name=byacc
+version=20260126
+release=1
+source="https://www.invisible-island.net/archives/${name}/${name}-${version}.tgz"
+
+postbuild() {
+ ln -s yacc $PKG/usr/bin/bison
+ ln -s yacc.1 $PKG/usr/share/man/man1/bison.1
+}