summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: af3eecaa7eeae647b2686a6a03798080cab2c0e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Alastair Pharo <asppsa at gmail dot com>
# Contributor: Alain Kalker <a.c.kalker at gmail dot com>

pkgname=texmacs-pure
pkgver=0.64
pkgrel=1
pkgdesc="Pure plugin for GNU TeXmacs"
arch=("i686" "x86_64")
license=('LGPL3')
url="https://bitbucket.org/purelang/pure-lang/wiki/TeXmacs"
depends=('texmacs' "pure")
groups=(pure-complete pure-math)
source=("https://bitbucket.org/purelang/pure-lang/downloads/pure-$pkgver.tar.gz")
md5sums=('399b0a5cb6bbf0042ce42f9a857e332e')

build() {
  cd $srcdir/pure-$pkgver
  ./configure --prefix=/usr
}

package() {
  cd $srcdir/pure-$pkgver
  make DESTDIR=$pkgdir tmdir=/usr/share/TeXmacs install-tm
}