mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05: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.
10 lines
392 B
Bash
Executable file
10 lines
392 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=mrsh
|
|
version=d9763a32e7da572677d1681bb1fc67f117d641f3
|
|
files="https://codeload.github.com/emersion/mrsh/legacy.tar.gz/${version} emersion-mrsh-d9763a3.tar.gz 6896493a1020774715ccca28e8d8f4ec722af63a93543fb6dd2762f7b1de9c8a"
|
|
auth_type=sha256
|
|
useconfigure=true
|
|
makeopts=()
|
|
workdir=emersion-mrsh-d9763a3
|
|
|
|
export CFLAGS=-Wno-deprecated-declarations
|