void-packages/srcpkgs/nasm/template
2020-07-18 11:57:46 +02:00

18 lines
604 B
Bash

# Template file for 'nasm'
# Update nasm-doc which is separate to avoid dependency cycles
pkgname=nasm
version=2.15.03
revision=1
build_style=gnu-configure
make_build_args="all"
short_desc="80x86 assembler designed for portability and modularity"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="BSD-2-Clause"
homepage="https://www.nasm.us"
changelog="https://nasm.us/doc/nasmdocc.html"
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
checksum=c0c39a305f08ccf0c5c6edba4294dd2851b3925b6d9642dd1efd62f72829822f
post_install() {
vlicense LICENSE
}