diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-31 01:21:17 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-31 01:21:17 +0000 |
| commit | 97a6ff96426a3cb079d91cb8e05987e01827096c (patch) | |
| tree | 80db839969456dc65f75b4896ce8237d18202e3c /byacc | |
| parent | 941de1e4fe5cafcaa4e40e952ac5c19bab19c4b5 (diff) | |
| download | alicelinux-97a6ff96426a3cb079d91cb8e05987e01827096c.tar.gz alicelinux-97a6ff96426a3cb079d91cb8e05987e01827096c.zip | |
Woodpecker CI 54d195de1168abc8fd2656ab7d4941b2ca2f1964 [SKIP CI]
Diffstat (limited to 'byacc')
| -rw-r--r-- | byacc/.checksum | 1 | ||||
| -rw-r--r-- | byacc/.files | 9 | ||||
| -rw-r--r-- | byacc/abuild | 13 | ||||
| -rw-r--r-- | byacc/info | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/byacc/.checksum b/byacc/.checksum new file mode 100644 index 00000000..0615998d --- /dev/null +++ b/byacc/.checksum @@ -0,0 +1 @@ +1f548f43861c383a5caaf5ec56332af8b3d45cdd2d3dd70b7585c65ae3a661ef byacc-20240109.tgz diff --git a/byacc/.files b/byacc/.files new file mode 100644 index 00000000..ec61db41 --- /dev/null +++ b/byacc/.files @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/bison -> yacc +lrwxrwxrwx root/root usr/bin/byacc -> yacc +-rwxr-xr-x root/root usr/bin/yacc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/yacc.1.gz diff --git a/byacc/abuild b/byacc/abuild new file mode 100644 index 00000000..7ee6574f --- /dev/null +++ b/byacc/abuild @@ -0,0 +1,13 @@ +name=byacc +version=20240109 +release=1 +source="https://invisible-mirror.net/archives/byacc/byacc-${version}.tgz" + +build () { + ./configure --prefix=/usr + make + make install DESTDIR=$PKG + + ln -s yacc $PKG/usr/bin/byacc + ln -s yacc $PKG/usr/bin/bison +} diff --git a/byacc/info b/byacc/info new file mode 100644 index 00000000..44fc1da8 --- /dev/null +++ b/byacc/info @@ -0,0 +1,4 @@ +description: Berkeley implementation of the yacc parser generator +license: Public Domain +upstream: https://invisible-island.net/byacc +maintainer: Lostt <lost@privacyrequired.com> |