blob: 90e6f1a10e4b660fbea055d0497665638908c2e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
image: freebsd/latest
packages:
- devel/evdev-proto
- devel/meson
- devel/pkgconf
- graphics/cairo
- graphics/wayland
- graphics/wayland-protocols
- x11-toolkits/pango
sources:
- https://git.sr.ht/~raphi/somebar
tasks:
- setup: |
cd somebar
meson build --fatal-meson-warnings
cp src/config.def.hpp src/config.hpp
- build: |
cd somebar/build
ninja
sudo ninja install
|