1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 23:27:34 +00:00

Ports: Add byacc port

This commit is contained in:
Brian Callahan 2020-01-23 17:16:09 -05:00 committed by Andreas Kling
parent b8b2b30102
commit d22415631f
3 changed files with 26 additions and 0 deletions

5
Ports/byacc/package.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=byacc
version=20191125
files="https://invisible-mirror.net/archives/byacc/byacc-20191125.tgz byacc-20191125.tgz"
useconfigure=true