This repository has been archived on 2026-04-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
popcorntime-flatpak/README.md
T
Florian Ströger 316d50a34c Update todo
2018-11-21 07:21:20 +00:00

31 lines
734 B
Markdown

# PopcornTime-flatpak
PopcornTime Flatpak package (unoffical)
## TODO:
- [ ] Contact upstream to use it as an official distribution system
- [ ] Looking for a way to allow external players (maybe add patch to use xdg-open)
- [ ] Update to CI Build #286
## How to build:
1 - Install [Flatpak](https://flatpak.org/setup/) & flatpak-builder
2 - Add Flathub remote
```
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```
3 - Clone the repository
```
git clone https://gitlab.com/Preisschild/popcorntime-flatpak
cd ./popcorntime-flatpak
```
4 - Build & Install the Flatpak package
```
flatpak-builder --install --install-deps-from=flathub popcorntime sh.popcorntime.PopcornTime.yml
```