mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
New package: coccigrep-1.16
This commit is contained in:
parent
56b4f34287
commit
26cdd1a1cc
1 changed files with 21 additions and 0 deletions
21
srcpkgs/coccigrep/template
Normal file
21
srcpkgs/coccigrep/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'coccigrep'
|
||||||
|
pkgname=coccigrep
|
||||||
|
version=1.16
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
|
python_versions="3.4"
|
||||||
|
pycompile_version="3.4"
|
||||||
|
pycompile_module="coccigrep"
|
||||||
|
hostmakedepends="python3.4-setuptools"
|
||||||
|
depends="coccinelle python3.4-setuptools python3.4-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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue