summaryrefslogtreecommitdiff
path: root/Ports/chester/package.sh
blob: f6e0f89bf262f4ee01b5242124175b99b3528700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env -S bash ../.port_include.sh
port=chester
useconfigure=true
version=git
depends="SDL2"
workdir=chester-public
configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_SOURCE_DIR}/Toolchain/CMake/CMakeToolchain.txt"
files="https://github.com/veikkos/chester/archive/public.tar.gz chester.tar.gz f09d797209e7bfd9b1460d2540525186"
auth_type=md5

configure() {
    run cmake $configopts
}

install() {
    run cp bin/chester "${SERENITY_INSTALL_ROOT}/bin"
}