22 lines
721 B
Bash
22 lines
721 B
Bash
# Template file for 'coccinelle'
|
|
pkgname=coccinelle
|
|
version=1.1.0
|
|
revision=4
|
|
build_style=gnu-configure
|
|
configure_args="--without-pdflatex --enable-release --enable-opt
|
|
--with-python=/usr/bin/python3"
|
|
hostmakedepends="python3 automake libtool"
|
|
makedepends="ocaml ocaml-findlib ocaml-num ocaml-stdcompat
|
|
pcre-devel python3-devel"
|
|
short_desc="Program matching and transformation engine"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://coccinelle.lip6.fr/"
|
|
distfiles="https://github.com/coccinelle/coccinelle/archive/${version}.tar.gz"
|
|
checksum=e40bdd51eda84f9bf3154c592ebb4af73a4dd9656c03e7ca1d3aa0247d98d185
|
|
disable_parallel_build=yes
|
|
nocross=yes
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|