network/etherpad-lite: Switch to nodejs.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-08-28 09:40:08 +07:00
parent c3732f7905
commit a6424abaab
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/ether/etherpad-lite/archive/1.5.7.tar.gz"
MD5SUM="13691d2abb449c0eb1fc93f9ffbcc6b7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="node"
REQUIRES="nodejs"
MAINTAINER="Luke Williams"
EMAIL="xocel@iquidus.org"