void-packages/srcpkgs/nasm/template
Enno Boland f40cd77686 srcpkgs: remove pullmoll from maintainers field. 😢
Set them to Orphaned for now.

If you'd like to pick up a package, feel free.
2021-04-10 16:34:44 +02:00

19 lines
593 B
Bash

# Template file for 'nasm'
# Update nasm-doc which is separate to avoid dependency cycles
pkgname=nasm
version=2.15.05
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=3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f
post_install() {
vlicense LICENSE
}