Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nix run github:AmanoTeam/Papo
### Flatpak

```sh
flatpak-builder --install --user build build-aux/com.amanoteam.Papo.json
flatpak-builder --install --user --install-deps-from=flathub build build-aux/com.amanoteam.Papo.json
```

### Build from source
Expand Down
6 changes: 6 additions & 0 deletions build-aux/com.amanoteam.Papo.Devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
"test-args": ["--socket=x11", "--share=network"]
},
"modules": [
{
"name": "grass",
"buildsystem": "simple",
"build-commands": ["cargo install --locked --root=/app grass"],
"sources": []
},
{
"name": "papo",
"buildsystem": "meson",
Expand Down
6 changes: 6 additions & 0 deletions build-aux/com.amanoteam.Papo.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"test-args": ["--socket=x11", "--share=network"]
},
"modules": [
{
"name": "grass",
"buildsystem": "simple",
"build-commands": ["cargo install --locked --root=/app grass"],
"sources": []
},
{
"name": "papo",
"buildsystem": "meson",
Expand Down
Loading