pantry/projects/yasm.tortall.net/package.yml
Max Howell 56fe020439 +yasm
Closes #521
2023-03-17 19:52:11 -04:00

31 lines
500 B
YAML

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