pkg(mono-6.12.0): change to new build system

This commit is contained in:
Thomas Hobson 2021-03-06 01:06:00 +13:00
parent 66fd00e410
commit 51666c2d5a
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
7 changed files with 32 additions and 34 deletions

5
packages/mono-6.12.0/run vendored Normal file
View file

@ -0,0 +1,5 @@
#!/bin/bash
CODE=${1/cs/exe}
shift
mono $CODE $*