Git Product home page Git Product logo

Comments (3)

sttz avatar sttz commented on August 24, 2024

Hey, thanks!

I set up a formula for a source build and it was trickier than I thought. I'm doing the builds using CoreRT and .Net Core but the .Net Core SDK is only available as a Cask on Homebrew. So I wanted to use mono but mono can only build .Net Core if the .Net Core SDK is installed (took me a while to figure out, I only got TypeLoadExceptions). So I updated the project to run on .Net Framework as well, so mono can build and run it without any additional dependencies.

For now I just added the formula to the project:
https://github.com/sttz/install-unity/blob/next/install-unity.rb

You can install it using:
brew install https://raw.githubusercontent.com/sttz/install-unity/next/install-unity.rb

Though I think this way Homebrew won't update it, you'll have to reinstall when it gets updated. I didn't want to open another repository just for the tap, you can technically tap this repository but that will get you an extra copy of the source:
brew tap sttz/install-unity https://github.com/sttz/install-unity.git

brew audit tells me the Github project is not notable enough, so I don't know what the chances would be for submitting it to homebrew-core.

from install-unity.

capyvara avatar capyvara commented on August 24, 2024

Thanks, I'll try the formula later.

I think keeping a homebrew-install-unity tap repo should be easy to maintain, mine isn't even cloned, I edit it directly in github. Or for sake of easier maintenance, maybe can you can add the tap as a git submodule into this source folder?

I don't think it's worthwhile to send to homebrew core right now, it's quite useful the way it is right now.

from install-unity.

sttz avatar sttz commented on August 24, 2024

I moved the formula to a tap and also added a cask for the binary.

This way, it's possible to do just:

brew cask install sttz/tap/install-unity

or

brew install sttz/tap/install-unity

to install!

from install-unity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.