New package: grex-1.0.0

Closes: #19620 [via git-merge-pr]
This commit is contained in:
Neel Chotai 2020-02-28 12:50:22 +00:00 committed by Piraty
parent b990889240
commit bd340755fe
1 changed files with 15 additions and 0 deletions

15
srcpkgs/grex/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'grex'
pkgname=grex
version=1.1.0
revision=1
build_style=cargo
short_desc="Tool for generating regular expressions from user-provided test cases"
maintainer="Neel Chotai <neel@chot.ai>"
license="Apache-2.0"
homepage="https://github.com/pemistahl/grex"
distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
checksum=52a9d5ddc15c7fb227c87147d991bfabe2aae1fbef8169893a9111dcd3aa641f
post_install() {
vdoc README.md
}