summarylogtreecommitdiffstats
path: root/mqtt-explorer-run.sh
AgeCommit message (Collapse)Author
2023-03-17Clean up PKGBUILD, dependencies, build, and installZach Himsel
- Don't $depends on packages only needed for building (using $makedepends for those). - Add a $conflicts and $provides for the non-beta package. The config in the beta is not backwards compatible. - Remove empty variables - Clean up indenting and ordering - Add a .gitignore - Remove invalid backup file (pacman doesn't manage user files) - Don't use yarn to start the program. See this comment by @BrainDamage: https://aur.archlinux.org/packages/mqtt-explorer#comment-857588 - Explicitly set the $arch - Use `install` to build the package directory (this is cleaner and easier). - Fix some permissions (777 is too permissive and not needed). - Require NodeJS >= 17. This is required for the `--openssl-legacy-provider` $NODE_OPTION.