mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +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
281 B
Bash
Executable file
6 lines
281 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=tr
|
|
version=6.7
|
|
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/tr-${version}.tar.gz tr-${version}.tar.gz 6390b9f90baf097c7ee660e3d1f107161dd422e3048ce7b7bea65043b916d416"
|
|
auth_type=sha256
|
|
depends=("libpuffy")
|