aboutsummaryrefslogtreecommitdiff
path: root/repos/core/byacc/abuild
blob: f6ea9803b814f579efe2987b445dc7d1a805cf5b (plain)
1
2
3
4
5
6
7
8
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
}