mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
24 lines
624 B
Plaintext
24 lines
624 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'byacc'
|
|
version = '20120526'
|
|
|
|
homepage = 'http://invisible-island.net/byacc/byacc.html'
|
|
description = """Berkeley Yacc (byacc) is generally conceded to be the best yacc variant available.
|
|
In contrast to bison, it is written to avoid dependencies upon a particular compiler."""
|
|
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
sources = [SOURCELOWER_TGZ]
|
|
source_urls = ['https://invisible-mirror.net/archives/byacc/']
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/yacc"],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'lang'
|