blob: 7f5923bc81c5ca725e4e4b43a26d5732f7c47ccb (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env -S bash ../.port_include.sh
port=yasm
version=1.3.0
files="https://www.tortall.net/projects/yasm/releases/yasm-${version}.tar.gz yasm-${version}.tar.gz"
auth_sum="3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f"
auth_type="sha256"
useconfigure=true
makeopts=
|