schematics/catalog/adacore/aws.yaml

19 lines
293 B
YAML

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