21 lines
556 B
Bash
21 lines
556 B
Bash
# Template file for 'camlp5'
|
|
pkgname=camlp5
|
|
version=7.04
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="-mandir /usr/share/man"
|
|
hostmakedepends="ocaml"
|
|
short_desc="OCaml preprocessor and pretty-printer"
|
|
maintainer="Némo Fournier <nemo@epicea.xyz>"
|
|
license="BSD"
|
|
homepage="https://camlp5.github.io/"
|
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version//./}.tar.gz"
|
|
wrksrc="camlp5-rel${version//./}"
|
|
nocross=yes
|
|
nopie=yes
|
|
checksum=4d28171121db1ea6f54d409cf959aa4d4359c13b957eb5a14e4fe37cc58243a8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|