FS#68390 - Enable ANTLR4 CMake config files

Attached to Project: Community Packages
Opened by Dylon Edwards (deltaecho) - Friday, 23 October 2020, 09:21 GMT
Last edited by Christian Hesse (eworm) - Wednesday, 21 April 2021, 12:22 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Christian Hesse (eworm)
Konstantin Gizdov (kgizdov)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Please enable the ANTLR4 CMake config files in the community/antlr4-runtime package by passing -DANTLR4_INSTALL=ON to cmake in the PKGBUILD. Per the README.md:

#### CMake Package support
If the CMake variable 'ANTLR4_INSTALL' is set, CMake Packages will be build and installed during the install step.
They expose two packages: antlr4_runtime and antlr4_generator which can be referenced to ease up the use of the
ANTLR Generator and runtime.

Attached is the amended PKGBUILD containing the change. The extra files installed follow:

$ tree pkg/antlr4-runtime/usr/lib/cmake  packages/antlr4-runtime|✚1 ✭
pkg/antlr4-runtime/usr/lib/cmake
└── antlr4
├── antlr4-config-version.cmake
├── antlr4-generator-config.cmake
├── antlr4-runtime-config.cmake
├── antlr4-targets.cmake
└── antlr4-targets-release.cmake

1 directory, 5 files
   PKGBUILD (0.5 KiB)
This task depends upon

Closed by  Christian Hesse (eworm)
Wednesday, 21 April 2021, 12:22 GMT
Reason for closing:  Implemented
Additional comments about closing:  antlr4-runtime 4.9.2-2

Loading...