20 lines
594 B
Bash
20 lines
594 B
Bash
# Template file for 'coccigrep'
|
|
pkgname=coccigrep
|
|
version=1.17
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python3-module
|
|
pycompile_module="coccigrep"
|
|
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=4770fda04c4ad4e3ff1f4a2830f0a74c8fb4e73d09e350eaa9f4a2380a34a296
|
|
|
|
post_install() {
|
|
vman ${pkgname}.1
|
|
}
|