1 # $Id: PKGBUILD 41472 2011-03-06 22:23:29Z heftig $
2 # Maintainer: Steven Weiss <steventrouble@gmail.com>
3 # Author: Andrei Alexandrescu
8 pkgdesc="The rdmd utility for 'scripting' with D. All credit to Andrei Alexandrescu."
10 url="http://www.d-programming-language.org/rdmd.html"
11 license=('See rdmd.d')
13 makedepends=('libphobos')
15 source=('https://raw.github.com/D-Programming-Language/tools/master/rdmd.d' 'cast_fix_476.patch')
16 md5sums=('1ff159b86a9d15294dda162b5ece038a' '0ff0930584133b6cc88058b8de68fc7b')
20 patch rdmd.d cast_fix_476.patch
21 mkdir -p $pkgdir/usr/bin/
22 dmd rdmd.d -of$pkgdir/usr/bin/rdmd