mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
10 lines
364 B
Bash
Executable File
10 lines
364 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=nasm
|
|
version=2.16.01
|
|
files="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz nasm-${version}.tar.gz d833bf0f5716e89dbcd345b7f545f25fe348c6e2ef16dbc293e1027bcd22d881"
|
|
auth_type=sha256
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
config_sub_paths=("autoconf/helpers/config.sub")
|
|
makeopts=()
|