1 # Author: Oleg Slobodskoi <oleg008@gmail.com>
2 # Contributor: Jonathan Buchanan
3 # Contributor: Ashar Voultoiz
4 # Maintainer: kof <oleg008@gmail.com>
6 pkgname=nodejs-qunit # All lowercase
9 pkgdesc="A port of QUnit unit testing framework to nodejs"
11 url="http: //github.com/kof/node-qunit"
14 source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
15 noextract=($_npmname-$pkgver.tgz)
16 sha1sums=(874774ef07ff5f8a17e837d504ce3a5365d52c16)
19 local _npmdir="$pkgdir/usr/lib/node_modules/"
22 npm install -g --prefix "$pkgdir/usr" $_npmname@$pkgver
24 # vim:set ts=2 sw=2 et: