Initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[build]
|
||||
type = "autotools"
|
||||
|
||||
[dependencies]
|
||||
runtime = [
|
||||
"glibc",
|
||||
"zlib-ng",
|
||||
]
|
||||
|
||||
[package]
|
||||
description = "80x86 assembler designed for portability and modularity"
|
||||
homepage = "https://ww.nasm.us/"
|
||||
license = "BSD-2-Clause"
|
||||
name = "nasm"
|
||||
version = "3.01"
|
||||
|
||||
[[source]]
|
||||
extract_dir = "$name-$version"
|
||||
sha256 = "b7324cbe86e767b65f26f467ed8b12ad80e124e3ccb89076855c98e43a9eddd4"
|
||||
url = "https://www.nasm.us/pub/nasm/releasebuilds/$version/nasm-$version.tar.xz"
|
||||
Reference in New Issue
Block a user