mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+nasm.us
This commit is contained in:
parent
2cb4d01d7a
commit
4300501ada
18
projects/nasm.us/package.yml
Normal file
18
projects/nasm.us/package.yml
Normal file
|
@ -0,0 +1,18 @@
|
|||
distributable:
|
||||
url: https://www.nasm.us/pub/nasm/releasebuilds/{{version.raw}}/nasm-{{version.raw}}.tar.xz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
- 2.15.05 # the left-padded 05 is problematic for automating verison fetching
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
script: |
|
||||
./configure --prefix="{{prefix}}"
|
||||
make --jobs {{hw.concurrency}} rdf
|
||||
make install install_rdf
|
||||
|
||||
test: |
|
||||
nasm --version
|
|
@ -13,6 +13,7 @@ args:
|
|||
- --allow-read
|
||||
- --allow-write={{tea.prefix}}
|
||||
- --allow-env
|
||||
- --unstable
|
||||
- --import-map={{ srcroot }}/import-map.json
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue