samuelspagl / ha_samsung_soundbar

YASSI (Yet another Samsung Soundbar integration) is a HomeAssistant integration for Samsung Soundbars.
https://ha-samsung-soundbar.vercel.app
MIT License
44 stars 2 forks source link

Specify license #31

Closed K900 closed 5 months ago

K900 commented 7 months ago

Hi! Could you please specify a license for the source code of this repo? I want to package it for a distribution, but right now I'm legally not allowed to.

samuelspagl commented 7 months ago

Would you just like to create a Pypi package from it? Then you could also add a PR here and we publish it directly from this repo.

I also thought about doing it at some point, and switching from pipenv to poetry (as it also has packaging functionality).

K900 commented 7 months ago

The distribution I'm interested in is NixOS/nixpkgs, we can get the sources directly from Github, but we can't actually distribute the package without a license.

samuelspagl commented 7 months ago

Okay, I'll add a license later. Dunno if I get to do it this evening, but at latest tomorrow.

Dunno if it makes sense to include it into this repository 🤷🏻‍♂️, but feel free to open a PR, if you think that its good packaging it from this repository :)

samuelspagl commented 7 months ago

I added a MIT licence :) That should be sufficient for your usecase right? :)

K900 commented 7 months ago

Yes, thank you!

samuelspagl commented 7 months ago

Nice :). If you are interested I would list your distribution in the README.

But no pressure ^-^

K900 commented 7 months ago

Sure. For NixOS users, the config will look something like

services.home-assistant.customComponents = [ pkgs.home-assistant-custom-components.yassi ];