From c0f9e0fc4755f169ec65edc19f119bcfdc28cfeb Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 24 Jan 2017 22:43:49 -0800 Subject: [PATCH] Add an aws schematic which depends on the xmlada one --- catalog/aws.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 catalog/aws.yaml diff --git a/catalog/aws.yaml b/catalog/aws.yaml new file mode 100644 index 0000000..7b9739e --- /dev/null +++ b/catalog/aws.yaml @@ -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