Skip to content

Commit

Permalink
Ports: add nasm port
Browse files Browse the repository at this point in the history
  • Loading branch information
Mcpg authored and awesomekling committed Nov 9, 2019
1 parent c2a8c4c commit 031f0ee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Ports/nasm/package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash ../.port_include.sh
port=nasm
version=2.14.02
files="https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.gz nasm-2.14.02.tar.gz"
useconfigure=true
makeopts=

configure() {
run ./autogen.sh
run ./"$configscript" --host=i686-pc-serenity $configopts
}

0 comments on commit 031f0ee

Please sign in to comment.