New package: peg-0.1.18
This commit is contained in:
parent
83849699e9
commit
74c9b74200
1 changed files with 17 additions and 0 deletions
17
srcpkgs/peg/template
Normal file
17
srcpkgs/peg/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue