mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 17:32:11 +01:00
e0e85e3eac
For people who like to use flatpak, or have hard time building the thing otherwise.
19 lines
429 B
YAML
19 lines
429 B
YAML
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
|