Add dependent schematics and some system requirements bits to gtkada.yaml

I'm wondering how much this is going to be a hybrid of cocopods and/or FreeBSD
ports
This commit is contained in:
R. Tyler Croy 2017-01-24 18:47:05 -08:00
parent 84896698f7
commit 9c61fb6443
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 8 additions and 1 deletions

View File

@ -4,8 +4,15 @@ source:
url: https://github.com/AdaCore/gtkada.git
scm: git
ref: master
schematics:
requirements:
linux:
checks:
-
command: "pkg-config --exists gtk+-3.0"
helptext: "Gtk+ 3.0 could not be found"
prepare:
- "./configure --prefix=${SCHEMATIC_INSTALL_PREFIX}"
- "./configure --prefix=${SCHEMATIC_INSTALL_PREFIX} --disable-static-pic"
build:
- "make -j${SCHEMATIC_PARALLELISM}"
install: