mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 15:43:36 +03:00
c07f91474d
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion.
15 lines
394 B
Bash
Executable File
15 lines
394 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=SAM
|
|
version=c86ea395743b8ea4ad071c2167fd1f7f96648f7b
|
|
files="https://github.com/vidarh/SAM/archive/${version}.tar.gz ${version}.tar.gz 1f534245e2c7a096de5f886fd96ea1ad966c4e674c1ed91e0c6a59662e8d6c11"
|
|
auth_type=sha256
|
|
depends=("SDL2")
|
|
|
|
build() {
|
|
run make CC="${CC}"
|
|
}
|
|
|
|
install() {
|
|
run cp sam "${SERENITY_INSTALL_ROOT}/usr/local/bin/sam"
|
|
}
|