forked from hasufell/hasufell-repository
dev-ocaml/easy-format: initial import
Change-Id: Ic144d746ec5df4c3730f8090fa1fe171a8f0c5a1 Reviewed-on: https://galileo.mailstation.de/gerrit/7420 Reviewed-by: Jenkins <wk@mailstation.de> Reviewed-by: Julian Ospald <hasufell@posteo.de>
This commit is contained in:
parent
ff8e868725
commit
4e93d61070
33
packages/dev-ocaml/easy-format/easy-format-1.2.0.exheres-0
Normal file
33
packages/dev-ocaml/easy-format/easy-format-1.2.0.exheres-0
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require github [ user="mjambon" tag="v${PV}" ]
|
||||
|
||||
SUMMARY="Pretty-printing library for OCaml"
|
||||
HOMEPAGE="http://martin.jambon.free.fr/easy-format.html ${HOMEPAGE}"
|
||||
|
||||
LICENCES="BSD-3"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
dev-ocaml/findlib
|
||||
build+run:
|
||||
dev-lang/ocaml
|
||||
"
|
||||
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
|
||||
src_prepare() {
|
||||
edo sed -i \
|
||||
-e "s#ocamlfind install#ocamlfind install -destdir \"${IMAGE}$(/usr/$(exhost --target)/bin/ocamlfind printconf destdir)\"#" \
|
||||
Makefile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir "$(/usr/$(exhost --target)/bin/ocamlfind printconf destdir)"/easy-format
|
||||
default
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user