Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/powerplant
A verry WIP app to keep track of your plant's needs
https://github.com/kde/powerplant
Last synced: 4 days ago
JSON representation
A verry WIP app to keep track of your plant's needs
- Host: GitHub
- URL: https://github.com/kde/powerplant
- Owner: KDE
- Created: 2023-05-03T17:40:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-11T01:44:13.000Z (4 days ago)
- Last Synced: 2024-11-11T02:32:28.042Z (4 days ago)
- Language: QML
- Homepage: https://invent.kde.org/utilities/powerplant
- Size: 730 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# PowerPlant
A very WIP app to keep track of your plant's needs
![](https://i.imgur.com/17qanPl.png)
## Build Instructions
### Flatpak Builder (with KDE Sdk)
```
flatpak-builder tmp --force-clean --ccache --install --user org.kde.powerplant.json
```
### CMake
```
mkdir build
cd build
cmake ..
make
```