Add a simple XML/Ada schematic

This commit is contained in:
R. Tyler Croy 2017-01-24 20:48:04 -08:00
parent 9c61fb6443
commit b1a430c6a8
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 16 additions and 0 deletions

16
catalog/xmlada.yaml Normal file
View File

@ -0,0 +1,16 @@
---
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