ladybird/Ports/mrsh/package.sh

12 lines
379 B
Bash
Raw Normal View History

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