flatpak: add recipies

For people who like to use flatpak, or have hard time building the thing
otherwise.
This commit is contained in:
Jari Vetoniemi 2021-07-08 00:09:42 +09:00 committed by Jari Vetoniemi
parent 81195da11c
commit e0e85e3eac
2 changed files with 36 additions and 0 deletions

18
pw.cloudef.bemenu-run.yml Normal file
View File

@ -0,0 +1,18 @@
app-id: pw.cloudef.bemenu-run
runtime: org.freedesktop.Platform
runtime-version: '20.08'
sdk: org.freedesktop.Sdk
command: bemenu-run
modules:
- name: bemenu-run
buildsystem: simple
build-commands:
- make bemenu-run x11 wayland curses PREFIX=/app
- make install PREFIX=/app
sources:
- type: git
url: https://github.com/Cloudef/bemenu.git
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland

18
pw.cloudef.bemenu.yml Normal file
View File

@ -0,0 +1,18 @@
app-id: pw.cloudef.bemenu
runtime: org.freedesktop.Platform
runtime-version: '20.08'
sdk: org.freedesktop.Sdk
command: bemenu
modules:
- name: bemenu
buildsystem: simple
build-commands:
- make bemenu x11 wayland curses PREFIX=/app
- make install PREFIX=/app
sources:
- type: git
url: https://github.com/Cloudef/bemenu.git
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland