summaryrefslogtreecommitdiff
path: root/chunks/ragel.morph
blob: 2e17c607d85d399150370a516dc7e56415c8a4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name: ragel
kind: chunk
repo: upstream:ragel
ref: 5d4102ffe43a15608e0e864fc7e7f5c6c3b49aac
max-jobs: 1
build-system: autotools
configure-commands:
- ./autogen.sh --disable-manual --prefix="$PREFIX"
- ./configure --disable-manual --prefix="$PREFIX"
build-commands:
- make -C src version.h
- make
install-commands:
- make install