-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Hello,
I'd like to have some guidance on packaging this app for ArchLinux. The current version on AUR is outdated and uses the prebuilt debian package:
https://aur.archlinux.org/packages/boostnote
Now on ArchLinux we want to avoid precompiled binaries/debs and also we want to use shared libraries for all software to avoid any security risk and also to use less disk space. Since this is an electron app, I am not sure how relevant this is, I've never packaged Electron apps before.
ArchLinux itself has Electron, apm and npm in the official repositories. Maybe those can be used as dependencies to reduce the package size.
Now my question is how to properly build such an app for package distribution? The current build instructions sound to me for develop tests but not for packaging.
Can you please give me any guidance to update the AUR package? If enough users upvote on that package I can possibly move it into the official repositories then.