Add an aws schematic which depends on the xmlada one

This commit is contained in:
R. Tyler Croy 2017-01-24 22:43:49 -08:00
parent b1a430c6a8
commit c0f9e0fc47
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 18 additions and 0 deletions

18
catalog/aws.yaml Normal file
View File

@ -0,0 +1,18 @@
---
name: aws
source:
url: https://github.com/AdaCore/aws.git
scm: git
ref: master
schematics:
- xmlada
requirements:
prepare:
- "echo 'prefix = ${SCHEMATIC_INSTALL_PREFIX}' >> makefile.conf"
- "make setup"
build:
- "make build"
install:
- "make install"
# vim: ts=2 sw=2 et