mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
bc539ce892
A shared library implementation of the unikernel middleware. https://github.com/Solo5/solo5 Fix #2945
14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
LICENSE := ISC
|
|
VERSION := HEAD
|
|
DOWNLOADS := solo5.archive
|
|
|
|
OWNER := Solo5
|
|
REPO := solo5
|
|
REV := 58e855e149b069174b97176dcc0cba077e8a7440
|
|
URL(solo5) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
|
|
SHA(solo5) := b90e727a75b447caa5668c4babf306e1d34c0d1534665900f09d559ef47366a9
|
|
DIR(solo5) := src/lib/solo5
|
|
|
|
DIRS := include/solo5
|
|
DIR_CONTENT(include/solo5) = src/lib/solo5/include/solo5/solo5.h
|