1
0
src/soft/rofi
2023-11-25 12:54:18 -07:00

21 lines
333 B
Bash

#!/bin/sh
NAME=rofi
VERSION=nightly
UPSTREAM=https://davatorium/rofi.git
# depends on
# bison
# cairo-devel
# flex
# gdk-pixbuf-devel
# glib-devel
# libxkbcommon-devel
# pango-devel
# pkgconf
# meson
# startup-notification-devel
# xcb-util-cursor-devel
sh -c 'cd "$SRC"; meson setup build'
ninja -C "$SRC"/build install