diff options
| author | emmett1 <me@emmett1.my> | 2026-06-23 17:50:11 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-23 17:50:11 +0800 |
| commit | 10dbbb91382c34241f10533c068f867981f10ef0 (patch) | |
| tree | 16f0c9739137c091e7f37ef55cfbfc0db50a28cb /repos/core/byacc/abuild | |
| parent | ebc42d23e093edea7c95f7f29e99a56bd6fc9288 (diff) | |
| download | alicelinux-10dbbb91382c34241f10533c068f867981f10ef0.tar.gz alicelinux-10dbbb91382c34241f10533c068f867981f10ef0.zip | |
byacc: new added, replacing bison
Diffstat (limited to 'repos/core/byacc/abuild')
| -rw-r--r-- | repos/core/byacc/abuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/core/byacc/abuild b/repos/core/byacc/abuild new file mode 100644 index 00000000..f6ea9803 --- /dev/null +++ b/repos/core/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 +} |