Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braidenpsiuk/test-flatpak-app
https://github.com/braidenpsiuk/test-flatpak-app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/braidenpsiuk/test-flatpak-app
- Owner: BraidenPsiuk
- Created: 2022-10-14T05:32:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T06:15:27.000Z (about 2 years ago)
- Last Synced: 2025-01-03T06:04:02.061Z (6 days ago)
- Language: JavaScript
- Size: 32.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic app for testing my [flatpak repo](https://flatpak.repo.braiden.dev/) as well as just learning how to build Flatpak apps.
## Prereqs
- flatpak
- flatpak-builderRun with:
```shell
npm i
npm run build # invokes pkg, builds flatpak, installs locally
flatpak run dev.braiden.TestFlatpakApp
```This is a demo reading from sensor raw accel x (/sys/bus/iio/devices/iio:device2/in_accel_x_raw) on PinePhone Pro via node.js script built as binary with pkg.
*With this I hope dev.braiden.BangleConnect will be coming soon to that flatpak repo!*