2022-11-11 01:00:01 +03:00
|
|
|
distributable:
|
|
|
|
url: https://www.nasm.us/pub/nasm/releasebuilds/{{version.raw}}/nasm-{{version.raw}}.tar.xz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
2023-05-01 20:14:59 +03:00
|
|
|
url: https://www.nasm.us/pub/nasm/releasebuilds/
|
|
|
|
match: /"\d+\.\d+(\.\d+)?\/"/
|
|
|
|
strip:
|
|
|
|
- /^"/
|
|
|
|
- /\/"$/
|
2022-11-11 01:00:01 +03:00
|
|
|
|
|
|
|
build:
|
2024-04-05 00:14:17 +03:00
|
|
|
script:
|
|
|
|
- ./configure --prefix="{{prefix}}"
|
|
|
|
- run: |
|
|
|
|
make --jobs {{hw.concurrency}} rdf
|
|
|
|
make install install_rdf
|
|
|
|
if: <2.16
|
|
|
|
# rdoff tools removed as unfixable
|
|
|
|
# https://github.com/netwide-assembler/nasm/commit/93548c2de2a3c218b3d0ab4061b26d9781cb6b37
|
|
|
|
- run: |
|
|
|
|
make --jobs {{hw.concurrency}}
|
|
|
|
make install
|
|
|
|
if: '>=2.16'
|
2022-11-11 01:00:01 +03:00
|
|
|
|
2023-10-02 03:41:57 +03:00
|
|
|
test: nasm --version
|
2022-11-18 21:43:48 +03:00
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/nasm
|
|
|
|
- bin/ndisasm
|