-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add starfetch to package managers repositories #1
Comments
Thank you! I was already considering publishing starfetch to Homebrew in the future. Maybe I'll make the code more efficient and add some more constellation, and then I'll add it to Homebrew! |
Thank you for this wonderful tool! I would also like to suggest adding a repository for Linux to easily receive updates. |
how's the progress going? I have plenty of people who would use it if its on the APT because they're too afraid of building from source lol! |
Yeah I’m so sorry it’s taking long! I’m now writing the formulae file to add it to homebrew but there’s still something wrong… I’m totally clueless with this kind of things, I’m sorry :( |
@06kellyjac would like git versioning for packaging |
Not required but advised. This is what I put in the review
|
So, I have to create a release tagging it as version 0.0.1? |
You don't have to but it would be nice. It also doesn't have to be 0.0.1. |
@papojari is exactly right Just some extra detail. A tag is a git feature a bit like a branch fixed in time. A github release can then be created from a tag if you want but just a tag is enough for us Also I suggested 0.0.1 as a first version due to something called SemVer all the 0.X.X versions can have breaking changes, once you have a numbered release like 1.0.0 or 2.4.3 people might expect there to be "no breaking changes" at least until that first number increases again Heres how to make a tag https://stackoverflow.com/questions/18216991/create-a-tag-in-a-github-repository |
Ok thank you! |
I tried to package 0.0.1 with Nix but it doesn't work properly #10 |
@dannydorazio you can close this issue. starfetch has been added for quite some time now. |
@auroraanna The original reason I opened this issue was for it to be added to Homebrew, which I don't believe has been added yet-- unless I am missing something. |
Oops, I assumed this is the nixpkgs repo… |
I think nixpkgs is way better than Homebrew tho >:P And you can have nixpkgs on MacOS via Home manager. |
I think this is not necessarily the responsibility of the starfetch developers. Of course, if they can port starfetch to a variety of platforms, that's good, but the person who likes and uses starfetch, and knows how to port to their favorite platform, is the person who has the responsibility for such a task. That person is not necessarily a starfetch developer.
I respect that the main topic of this thread is for homebrew, but I think this is useful to comment on the progress on porting starfetch on a variety of platforms. If it is a help for this project, I have ported starfetch to FreeBSD. |
fair |
Hi! I love starfetch and can't wait to see it grow. I was wondering if you had looked at publishing to homebrew? This would make it much easier to both install and update on macOS. Thanks for your consideration!
https://docs.brew.sh/Adding-Software-to-Homebrew
The text was updated successfully, but these errors were encountered: