mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +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.
7 lines
289 B
Bash
Executable file
7 lines
289 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=nasm
|
|
version=2.15.05
|
|
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz 9182a118244b058651c576baa9d0366ee05983c4d4ae1d9ddd3236a9f2304997"
|
|
auth_type=sha256
|
|
useconfigure=true
|
|
makeopts=()
|