diff options
author | Sam Bingner <sam@bingner.com> | 2019-05-31 00:03:54 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-05-31 00:03:54 -1000 |
commit | 9c64d929e61153cd05fef8eb1e61d3ad2b2f46c1 (patch) | |
tree | 2c52039a3849784d3cf3d3ecd284c675d9b1e695 /data/_nghttp2/make.sh | |
parent | f501927d7eaf972d525a608fde14570ca06d5279 (diff) |
Updates for node.js and libnghttp2
Diffstat (limited to 'data/_nghttp2/make.sh')
-rw-r--r-- | data/_nghttp2/make.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/_nghttp2/make.sh b/data/_nghttp2/make.sh new file mode 100644 index 000000000..8780dfc63 --- /dev/null +++ b/data/_nghttp2/make.sh @@ -0,0 +1,4 @@ +pkg:setup +pkg:configure +pkg:make -j8 +pkg:install |