Ports/nyancat: Update formatting to be consistent with other ports

This commit is contained in:
Tim Ledbetter 2023-08-13 10:01:57 +01:00 committed by Tim Schumacher
parent 301fbb013c
commit fd0efa0106

View file

@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=nyancat
version=git
port='nyancat'
version='git'
commit_hash='5ffb6c5c03d0e9156db8f360599d4f0449bb16b9'
workdir="nyancat-${commit_hash}"
files=(
"https://github.com/klange/nyancat/archive/${commit_hash}.tar.gz d9c3ea82ce59f0d7db86db9e8a626f8f8fa2fbd9544104557e4c59a31893ca31"
)
launcher_name=Nyancat
launcher_category=Games
launcher_name='Nyancat'
launcher_category='Games'
launcher_command='/usr/local/bin/nyancat'
launcher_run_in_terminal=true
launcher_run_in_terminal='true'