nodejs: Take over maintainership.

This commit is contained in:
Enno Boland 2016-03-15 23:31:50 +01:00
parent afa0fae75a
commit 28c3d79734

View file

@ -1,7 +1,7 @@
# Template file for 'nodejs'
pkgname=nodejs
version=5.8.0
revision=1
revision=2
patch_args="-Np1"
wrksrc=node-v${version}
hostmakedepends="pkg-config python"
@ -10,7 +10,7 @@ makedepends="zlib-devel python-devel
$(vopt_if http_parser http-parser-devel)"
depends="python"
short_desc="Evented I/O for V8 javascript"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="http://nodejs.org/"
distfiles="${homepage}/dist/v${version}/node-v${version}.tar.gz"