Fix dependencies & newline for Entropy
This commit is contained in:
parent
a16309cf30
commit
ece793985f
|
@ -7,6 +7,7 @@ name: "Entropy"
|
|||
|
||||
install:
|
||||
apt:
|
||||
- mono-mcs
|
||||
- mono-runtime
|
||||
manual: |
|
||||
install -d "${pkg}/opt/entropy"
|
||||
|
@ -17,7 +18,7 @@ install:
|
|||
main: "main.vge"
|
||||
template: |
|
||||
Program MyNamespace MyProgram [
|
||||
print "Hello, world!";
|
||||
print "Hello, world!\n";
|
||||
]
|
||||
|
||||
compile: |
|
||||
|
|
Loading…
Reference in New Issue