schematics/catalog/adacore/xmlada.yaml

17 lines
279 B
YAML

---
name: xmlada
source:
url: https://github.com/AdaCore/xmlada.git
scm: git
ref: master
schematics:
requirements:
prepare:
- "./configure --prefix=${SCHEMATIC_INSTALL_PREFIX}"
build:
- "make -j${SCHEMATIC_PARALLELISM}"
install:
- "make install"
# vim: ts=2 sw=2 et