1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 00:27:34 +00:00

Ports: Add mrsh port

This commit is contained in:
Sergey Bugaev 2020-02-05 19:53:19 +03:00 committed by Andreas Kling
parent b3a24d732d
commit ce56770875
9 changed files with 301 additions and 0 deletions

7
Ports/mrsh/package.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash ../.port_include.sh
port=mrsh
version=d9763a32e7da572677d1681bb1fc67f117d641f3
files="https://codeload.github.com/emersion/mrsh/legacy.tar.gz/d9763a32e7da572677d1681bb1fc67f117d641f3 emersion-mrsh-d9763a3.tar.gz"
useconfigure=true
makeopts=
workdir=emersion-mrsh-d9763a3