21 lines
556 B
Bash
21 lines
556 B
Bash
|
# Template file for 'camlp5'
|
||
|
pkgname=camlp5
|
||
|
version=7.03
|
||
|
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=c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|