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