From b1a430c6a89f2a734b9775ef7449cde22aa988c0 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 24 Jan 2017 20:48:04 -0800 Subject: [PATCH] Add a simple XML/Ada schematic --- catalog/xmlada.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog/xmlada.yaml diff --git a/catalog/xmlada.yaml b/catalog/xmlada.yaml new file mode 100644 index 0000000..74cb93f --- /dev/null +++ b/catalog/xmlada.yaml @@ -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