Ports: Add menu entry for Jakt

This commit is contained in:
djwisdom
2024-12-28 18:21:12 +08:00
committed by Tim Schumacher
parent 9ddb108539
commit 67ea0bf4ba

View File

@@ -10,6 +10,10 @@ archive_hash='d7b5e772074a44f428facd230ac9dafdcf2034c188e31715f592b6058162e4d7'
files=(
"https://github.com/SerenityOS/jakt/archive/${commit_hash}.tar.gz#${archive_hash}"
)
launcher_name='Jakt'
launcher_category='D&evelopment'
launcher_command='/usr/local/bin/jakt --repl'
launcher_run_in_terminal='true'
workdir="jakt-${commit_hash}"
configure() {