mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
caba2d3021
Use a custom Nim compiler at '/usr/local/genode-nim' that can be built with a makefile at 'tool/tool_chain_nim'. Fix #2545
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
LICENSE := MIT
|
|
VERSION := 0.17.2
|
|
DOWNLOADS := nim.archive
|
|
|
|
OWNER := ehmry
|
|
REPO := nim
|
|
REV := c129528e8eff8ec8b84664d0b64e8ca89745df2a
|
|
|
|
URL(nim) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
|
|
SHA(nim) := 5350686dfb42a871f6bdbbd634e30b68b39b9d46
|
|
DIR(nim) := .
|