1 # Contributor: dimino jeremie <jeremie@dimino.org>, Stefan Husmann <stefan-husmann@t-online.de>
2 # Maintainer: Wei Hu <weihu@cs.virginia.edu>
4 pkgname=emacs-tuareg-mode
7 pkgdesc="Emacs tuareg mode for ocaml"
9 url="https://forge.ocamlcore.org/projects/tuareg/"
11 source=(https://forge.ocamlcore.org/frs/download.php/514/tuareg-$pkgver.tgz)
12 md5sums=('6bd7cd7305d5f1d084af4ff5982db964')
14 install=emacs-tuareg-mode.install
15 #conflicts=(emacs-ocaml-mode)
18 cd $srcdir/tuareg-$pkgver
20 emacs --batch --eval '(progn
22 (byte-compile-file "tuareg.el")
23 (byte-compile-file "camldebug.el"))'
24 install -d $pkgdir/usr/share/emacs/site-lisp/tuareg || return 1
26 $pkgdir/usr/share/emacs/site-lisp/tuareg || return 1
27 install -D README $pkgdir/usr/share/doc/tuareg/README || return 1