18 lines
554 B
Bash
18 lines
554 B
Bash
# Template file for 'coccigrep'
|
|
pkgname=coccigrep
|
|
version=1.20
|
|
revision=3
|
|
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
|
|
}
|