summaryrefslogtreecommitdiff
path: root/chunks/ragel.morph
blob: b02061ccc024f32371e368b38edee98026f16041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: ragel
kind: chunk
repo: upstream:ragel
ref: 5d4102ffe43a15608e0e864fc7e7f5c6c3b49aac
unpetrify-ref: baserock/morph
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