mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:37:47 +00:00
Ports: Add mandoc port
This commit is contained in:
parent
77ed943275
commit
78ddf2e048
15 changed files with 1574 additions and 0 deletions
6
Ports/mandoc/package.sh
Executable file
6
Ports/mandoc/package.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash ../.port_include.sh
|
||||
port=mandoc
|
||||
version=1.14.5
|
||||
useconfigure=true
|
||||
files="https://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz mandoc-1.14.5.tar.gz"
|
||||
depends="less pcre2 zlib"
|
Loading…
Add table
Add a link
Reference in a new issue