Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Alastair Pharo  asppsa at gmail dot com
# Contributor: Alain Kalker <a.c.kalker at gmail dot com>

pkgname=texmacs-pure
pkgver=0.57
pkgrel=2
pkgdesc="Pure plugin for GNU TeXmacs"
arch=("i686" "x86_64")
license=('LGPL3')
url="https://bitbucket.org/purelang/pure-lang/wiki/TeXmacs"
depends=('texmacs' 'pure>=0.57')
makedepends=('autoconf' 'bison' 'flex' 'gcc' 'make')
optdepends=()
source=("https://bitbucket.org/purelang/pure-lang/downloads/pure-$pkgver.tar.gz")
md5sums=('c32cd4a539474108389da66ee9d6c78f')

build() {
     cd $startdir/src/pure-$pkgver
     ./configure --prefix=/usr

     make DESTDIR=$startdir/pkg tmdir=/usr/share/TeXmacs install-tm 
}