New package: nasm-doc-2.14.02
This commit is contained in:
parent
51c74d59c4
commit
5ab2a95f53
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'nasm-doc'
|
||||
# Separate to avoid dependency cycles; keep in sync with nasm.
|
||||
pkgname=nasm-doc
|
||||
version=2.14.02
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_args="doc"
|
||||
hostmakedepends="groff perl perl-Font-TTF perl-IO-String perl-Sort-Versions
|
||||
ghostscript source-sans-pro liberation-fonts-ttf"
|
||||
short_desc="80x86 assembler designed for portability and modularity - documentation"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://www.nasm.us"
|
||||
distfiles="https://www.nasm.us/pub/nasm/releasebuilds/${version}/nasm-${version}.tar.xz"
|
||||
checksum=e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5
|
||||
|
||||
do_install() {
|
||||
make -C doc DESTDIR="${DESTDIR}" docdir=/usr/share/doc/nasm install
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue