From 8ea81e14c0af0b97db0889ba1d45a3752b218cca Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 24 Jan 2017 23:13:34 -0800 Subject: [PATCH] Prorotype what a source tarball based schematic might look like --- catalog/ahven.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 catalog/ahven.yaml diff --git a/catalog/ahven.yaml b/catalog/ahven.yaml new file mode 100644 index 0000000..26faee0 --- /dev/null +++ b/catalog/ahven.yaml @@ -0,0 +1,21 @@ +--- +name: ahven +source: + url: http://www.ahven-framework.com + versions: + 2.6: + url: 'http://www.ahven-framework.com/releases/ahven-2.6.tar.gz' + sha256: '9ad43885c333c1d93cb106dbf8f361bac33b793d9892930a540eebdf23c1c4a5' + 2.5: + url: 'http://www.ahven-framework.com/releases/ahven-2.5.tar.gz' + sha256: 'bcdd9f94af40fd570a725f7e86e61dcdff574ec67f7e1aca7c522f1549567fd5' +schematics: +requirements: +prepare: + - "./configure --prefix=${SCHEMATIC_INSTALL_PREFIX}" +build: + - "make -j${SCHEMATIC_PARALLELISM}" +install: + - "make install" + +# vim: ts=2 sw=2 et