ports: Add nasm port

This commit is contained in:
2025-01-25 23:10:04 +02:00
parent 8c569ac7bf
commit efb577769e
3 changed files with 70 additions and 0 deletions

8
ports/nasm/build.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash ../install.sh
NAME='nasm'
VERSION='2.16.03'
DOWNLOAD_URL="https://www.nasm.us/pub/nasm/releasebuilds/$VERSION/nasm-$VERSION.tar.gz#5bc940dd8a4245686976a8f7e96ba9340a0915f2d5b88356874890e207bdb581"
CONFIGURE_OPTIONS=(
'--disable-gdb'
)