void-packages/srcpkgs/coccigrep/template

20 lines
594 B
Bash
Raw Normal View History

2016-09-29 21:43:06 +02:00
# Template file for 'coccigrep'
pkgname=coccigrep
2018-03-23 10:18:34 +01:00
version=1.17
revision=1
2016-09-29 21:43:06 +02:00
noarch=yes
build_style=python3-module
2016-09-29 21:43:06 +02:00
pycompile_module="coccigrep"
hostmakedepends="python3-setuptools"
2018-03-23 10:18:34 +01:00
depends="coccinelle python3-Pygments"
2016-09-29 21:43:06 +02:00
short_desc="Semantic grep for the C language based on coccinelle"
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
2018-03-23 10:18:34 +01:00
license="GPL-3.0-only"
2016-09-29 21:43:06 +02:00
homepage="http://home.regit.org/software/coccigrep/"
distfiles="https://github.com/regit/coccigrep/archive/v${version}.tar.gz"
2018-03-23 10:18:34 +01:00
checksum=4770fda04c4ad4e3ff1f4a2830f0a74c8fb4e73d09e350eaa9f4a2380a34a296
2016-09-29 21:43:06 +02:00
post_install() {
vman ${pkgname}.1
}