mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: camlp5-7.03
This commit is contained in:
parent
01e1196cf4
commit
e98153365d
1 changed files with 20 additions and 0 deletions
20
srcpkgs/camlp5/template
Normal file
20
srcpkgs/camlp5/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue