forked from RepoMirrors/bemenu
flatpak: add recipies
For people who like to use flatpak, or have hard time building the thing otherwise.
This commit is contained in:
parent
81195da11c
commit
e0e85e3eac
18
pw.cloudef.bemenu-run.yml
Normal file
18
pw.cloudef.bemenu-run.yml
Normal 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
18
pw.cloudef.bemenu.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user