Ports/nyancat: Update formatting to be consistent with other ports
This commit is contained in:
parent
301fbb013c
commit
fd0efa0106
Notes:
sideshowbarker
2024-07-17 17:38:29 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/fd0efa0106 Pull-request: https://github.com/SerenityOS/serenity/pull/20545 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue