blob: e49d2894640e92f2e5155141915d4c22f444ba96 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | pkgbase = racket-git
	pkgdesc = Minimal Racket installation, without DrRacket, from git
	pkgver = 6.8.0.2.37832.faa385b337
	pkgrel = 1
	url = http://racket-lang.org/
	arch = i686
	arch = x86_64
	license = LGPL
	makedepends = git
	depends = bash
	depends = libffi
	provides = racket
	conflicts = racket
	options = !strip
	options = !emptydirs
	source = git://github.com/plt/racket.git
	md5sums = SKIP
pkgname = racket-git
 |