mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Ports/nyancat: Update formatting to be consistent with other ports
This commit is contained in:
parent
301fbb013c
commit
fd0efa0106
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=nyancat
|
port='nyancat'
|
||||||
version=git
|
version='git'
|
||||||
commit_hash='5ffb6c5c03d0e9156db8f360599d4f0449bb16b9'
|
commit_hash='5ffb6c5c03d0e9156db8f360599d4f0449bb16b9'
|
||||||
workdir="nyancat-${commit_hash}"
|
workdir="nyancat-${commit_hash}"
|
||||||
files=(
|
files=(
|
||||||
"https://github.com/klange/nyancat/archive/${commit_hash}.tar.gz d9c3ea82ce59f0d7db86db9e8a626f8f8fa2fbd9544104557e4c59a31893ca31"
|
"https://github.com/klange/nyancat/archive/${commit_hash}.tar.gz d9c3ea82ce59f0d7db86db9e8a626f8f8fa2fbd9544104557e4c59a31893ca31"
|
||||||
)
|
)
|
||||||
launcher_name=Nyancat
|
launcher_name='Nyancat'
|
||||||
launcher_category=Games
|
launcher_category='Games'
|
||||||
launcher_command='/usr/local/bin/nyancat'
|
launcher_command='/usr/local/bin/nyancat'
|
||||||
launcher_run_in_terminal=true
|
launcher_run_in_terminal='true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue