New package: ragel-6.9
This commit is contained in:
parent
936f1c4db7
commit
dea4db18d9
1 changed files with 15 additions and 0 deletions
15
srcpkgs/ragel/template
Normal file
15
srcpkgs/ragel/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'ragel'
|
||||
pkgname=ragel
|
||||
version=6.9
|
||||
revision=1
|
||||
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
|
||||
|
||||
post_install() {
|
||||
vdoc doc/ragel-guide.pdf
|
||||
}
|
Loading…
Reference in a new issue