Prorotype what a source tarball based schematic might look like

This commit is contained in:
R. Tyler Croy 2017-01-24 23:13:34 -08:00
parent c0f9e0fc47
commit 8ea81e14c0
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 21 additions and 0 deletions

21
catalog/ahven.yaml Normal file
View File

@ -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