mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50: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.
8 lines
292 B
Bash
Executable file
8 lines
292 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=r0
|
|
version=0.8
|
|
useconfigure=false
|
|
workdir=$port-$version
|
|
files="https://codeload.github.com/radareorg/r0/tar.gz/refs/tags/$version r0-$version.tar.gz a31722838a21cd3391c41bbb2e63f60552544244362b21f6d9a30d6c24c43bbe"
|
|
auth_type=sha256
|
|
depends=()
|