schematics/catalog/tkoskine/ahven.yaml

22 lines
578 B
YAML

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