ladybird/Ports/yasm/package.sh

11 lines
313 B
Bash
Raw Normal View History

#!/usr/bin/env -S bash ../.port_include.sh
port=yasm
version=1.3.0
2023-07-10 14:10:29 +03:00
files=(
"https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz#3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f"
2023-07-10 14:10:29 +03:00
)
useconfigure=true
use_fresh_config_sub=true
config_sub_paths=("config/config.sub")
makeopts=()