void-packages/srcpkgs/ragel/template
2016-12-09 20:36:22 +01:00

17 lines
525 B
Bash

# Template file for 'ragel'
pkgname=ragel
version=6.9
revision=3
build_style=gnu-configure
short_desc="Compile regular languages into executable state machines"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.colm.net/open-source/ragel/"
distfiles="http://www.colm.net/files/ragel/${pkgname}-${version}.tar.gz"
checksum=6e07be0fab5ca1d9c2d9e177718a018fc666141f594a5d6e7025658620cf660a
CXXFLAGS="-std=gnu++98 -Wno-error=narrowing"
post_install() {
vdoc doc/ragel-guide.pdf
}