pkg(mono-6.12.0): filename fixes (#230)

* pkg(mono-6.12.0): filename fixes

* pkg(mono-6.12.0): compile cs files

* pkg(mono-6.12.0): add provides in metadata
This commit is contained in:
Dan Vargas 2021-04-24 23:21:57 -05:00 committed by GitHub
parent 7e1960302d
commit 09e347a098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,4 @@
#!/bin/bash
csc "$@"
rename 's/$/\.cs/' "$@" # Add .cs extension
csc -out:out *.cs