void-packages/srcpkgs/grex/template

17 lines
543 B
Bash

# Template file for 'grex'
pkgname=grex
version=1.4.2
revision=1
build_style=cargo
short_desc="Tool for generating regular expressions from user-provided test cases"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/pemistahl/grex"
changelog="https://raw.githubusercontent.com/pemistahl/grex/main/RELEASE_NOTES.md"
distfiles="https://github.com/pemistahl/grex/archive/v${version}.tar.gz"
checksum=bdf8476433be13d2307fc2829cd68b15f71391f537adfc6d90d04092573d7bc4
post_install() {
vdoc README.md
}