19 lines
593 B
Bash
19 lines
593 B
Bash
# Template file for 'nasm'
|
|
# Update nasm-doc which is separate to avoid dependency cycles
|
|
pkgname=nasm
|
|
version=2.16.01
|
|
revision=1
|
|
build_style=gnu-configure
|
|
make_build_args="all"
|
|
short_desc="80x86 assembler designed for portability and modularity"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|