17 lines
442 B
Bash
17 lines
442 B
Bash
# Template file for 'peg'
|
|
pkgname=peg
|
|
version=0.1.18
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Recursive-descent parser generators for C"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://piumarta.com/software/peg/"
|
|
distfiles="${homepage}/peg-${version}.tar.gz"
|
|
checksum=20193bdd673fc7487a38937e297fff08aa73751b633a086ac28c3b34890f9084
|
|
|
|
do_install() {
|
|
vbin peg
|
|
vbin leg
|
|
vman src/peg.1
|
|
}
|