16 lines
471 B
Bash
16 lines
471 B
Bash
# Template file for 'ragel'
|
|
pkgname=ragel
|
|
version=6.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Compile regular languages into executable state machines"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2"
|
|
homepage="http://www.colm.net/open-source/ragel/"
|
|
distfiles="http://www.colm.net/files/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f
|
|
|
|
post_install() {
|
|
vdoc doc/ragel-guide.pdf
|
|
}
|