void-packages/srcpkgs/coccigrep/template
2020-06-22 23:26:56 +02:00

19 lines
567 B
Bash

# Template file for 'coccigrep'
pkgname=coccigrep
version=1.20
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="coccinelle python3-Pygments"
short_desc="Semantic grep for the C language based on coccinelle"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
license="GPL-3.0-only"
homepage="http://home.regit.org/software/coccigrep/"
distfiles="https://github.com/regit/coccigrep/archive/v${version}.tar.gz"
checksum=624840bac93b92b723bb89be1bf712717b984e7ab34c4712ec2a6135136df421
post_install() {
vman ${pkgname}.1
}