serenity/Ports/nasm/package.sh

11 lines
332 B
Bash
Raw Normal View History

2021-01-22 16:44:05 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
2019-11-08 20:41:22 +00:00
port=nasm
2023-02-05 13:06:17 +00:00
version=2.16.01
2023-07-10 11:10:29 +00:00
files=(
"https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.gz#d833bf0f5716e89dbcd345b7f545f25fe348c6e2ef16dbc293e1027bcd22d881"
2023-07-10 11:10:29 +00:00
)
2019-11-08 20:41:22 +00:00
useconfigure=true
use_fresh_config_sub=true
config_sub_paths=("autoconf/helpers/config.sub")
makeopts=()