vp-build/srcpkgs/coccigrep/template

20 lines
606 B
Bash

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