New package: peg-0.1.18

This commit is contained in:
SolitudeSF 2018-12-28 12:11:03 +02:00 committed by maxice8
parent 83849699e9
commit 74c9b74200

17
srcpkgs/peg/template Normal file
View file

@ -0,0 +1,17 @@
# 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
}