mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:57:36 +00:00
Ports: Add opentyrian and opentyrian-data
This commit is contained in:
parent
ed89cd93aa
commit
971523621c
4 changed files with 122 additions and 0 deletions
16
Ports/opentyrian-data/package.sh
Executable file
16
Ports/opentyrian-data/package.sh
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=opentyrian-data
|
||||
version=1.0.0
|
||||
workdir=.
|
||||
files="http://camanis.net/tyrian/tyrian21.zip tyrian21.zip 7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277"
|
||||
auth_type=sha256
|
||||
|
||||
build() {
|
||||
run_nocd unzip -o tyrian21.zip
|
||||
run_nocd rm -v tyrian21/*.exe
|
||||
}
|
||||
|
||||
install() {
|
||||
run_nocd mkdir -p ${SERENITY_INSTALL_ROOT}/usr/local/share/games/opentyrian/
|
||||
run_nocd cp -a tyrian21/* ${SERENITY_INSTALL_ROOT}/usr/local/share/games/opentyrian/
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue