Re: git: 331eb8eae50d - main - Mk/Uses: Add electron.mk and companion scripts

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Mon, 22 Dec 2025 11:27:43 UTC
>> Thats really great news to have such a feature!
>>
>> Think I will do some tests on getting kopia GUI build and working as it uses npm.
>>
>> port (CLI only): sysutils/kopia
>> GUI part: https://github.com/kopia/kopia/blob/master/app/README.md
>>
>> I did take a look and no port is using USES:electron yet, but I will check from time to time, as having some examples will make it easier.
> 
> Examples of the electron.mk usage can be found at
> https://github.com/tagattie/FreeBSD-Electron

Thanks Gleb for the follow-up.

The simplest example would be net-im/teams:
https://github.com/tagattie/FreeBSD-Electron/tree/master/net-im/teams

It has almost no customization and I think it is a good starting point. 
If you need some assistance, I would be happy to help.

Cheers,
Hiroki