ladybird/Ports/mrsh/package.sh

13 lines
344 B
Bash
Raw Normal View History

2021-01-22 19:44:05 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
2020-02-05 19:53:19 +03:00
port=mrsh
version=cd3c3a48055ab4085d83f149ff4b4feba40b40cb
2023-07-10 14:10:29 +03:00
files=(
"https://github.com/emersion/mrsh/archive/${version}.tar.gz d26e3fdee71ef168cf3f8ad2912c148b20aab524048e4ea899d6b83fb299ceab"
2023-07-10 14:10:29 +03:00
)
2020-02-05 19:53:19 +03:00
useconfigure=true
configopts=(
"--without-readline"
)
2021-04-12 11:19:46 +03:00
export CFLAGS=-Wno-deprecated-declarations