Files
packages/lang/quickjs/test.sh
George Sapkin 92899d6310 quickjs: add new package
QuickJS is a small and embeddable JavaScript engine. It supports the
ES2023 specification including modules, asynchronous generators, proxies
and BigInt.

Signed-off-by: George Sapkin <george@sapk.in>
2025-11-13 19:18:37 +02:00

6 lines
88 B
Bash

#!/bin/sh
if [ "$1" = 'quickjs' ]; then
qjs --help | grep -F "${PKG_VERSION//./-}"
fi