mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 06:57:45 +00:00
Ports: Return opfor to upstream
This commit is contained in:
parent
c9c59602a4
commit
73e505fb77
4 changed files with 67 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port="opfor"
|
||||
version="1.0.0"
|
||||
version="2022.05.01" # Bogus version, this was the last time the commit hashes were updated.
|
||||
_hlsdk_commit=2ffa0261e30a4b90082965bb2539b767c5686a5f
|
||||
useconfigure="true"
|
||||
depends=("SDL2" "halflife")
|
||||
workdir="hlsdk-xash3d-opfor"
|
||||
files="https://github.com/SerenityPorts/hlsdk-xash3d/archive/opfor.tar.gz xash3d_gearbox.tar.gz"
|
||||
workdir="hlsdk-xash3d-${_hlsdk_commit}"
|
||||
files="https://github.com/FWGS/hlsdk-xash3d/archive/${_hlsdk_commit}.tar.gz hlsdk-xash3d-${_hlsdk_commit}.tar.gz 3537f0ba3baead72beecfdc011cc17cce2fd2227d9c9797767c32a869c764f66"
|
||||
auth_type="sha256"
|
||||
launcher_name="Half-Life: Opposing Force"
|
||||
launcher_category="Games"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue