Closes #521
This commit is contained in:
Max Howell 2023-03-17 19:42:00 -04:00
parent bf06610ab8
commit 56fe020439

View file

@ -0,0 +1,30 @@
distributable:
url: https://www.tortall.net/projects/yasm/releases/yasm-{{version}}.tar.gz
strip-components: 1
versions:
- 1.3.0
build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
- --disable-python
- --disable-debug
provides:
- bin/yasm
test:
fixture: |
mov eax, 0
mov ebx, 0
int 0x80
script: |
yasm $FIXTURE