mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
6fd22c116b
commit
a0675fe6ac
|
@ -1,26 +0,0 @@
|
|||
distributable:
|
||||
url: https://github.com/lpg2709/emulator-Intel-4004/archive/559429f9f6f9ee46f0da1658e91a3d56c48632a0.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
- 2023.07.01
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
cmake.org: '*'
|
||||
working-directory: build
|
||||
script:
|
||||
- cmake ..
|
||||
- make --jobs {{ hw.concurrency }}
|
||||
- mkdir -p {{prefix}}/bin
|
||||
- mv 4004-emulator {{prefix}}/bin
|
||||
- mv roms {{prefix}}
|
||||
|
||||
provides:
|
||||
- bin/4004-emulator
|
||||
|
||||
test:
|
||||
script:
|
||||
test "$(4004-emulator --version)" = "4004-emulator 0.0.1/beta"
|
Loading…
Reference in a new issue