mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00: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.
6 lines
284 B
Bash
Executable file
6 lines
284 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=jot
|
|
version=6.6
|
|
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/jot-${version}.tar.gz jot-${version}.tar.gz ad7d955e6a22b5c71d32479703cdac6f2c009765e7bf1bb860775f05b1e1d303"
|
|
auth_type=sha256
|
|
depends=("libpuffy")
|