commit dc2658b
chld
·
2026-09-11 02:49:45 +0000 UTC
parent e6ec10b
fuzzel: init
3 files changed,
+22,
-0
+5,
-0
1@@ -0,0 +1,5 @@
2+/fcft
3+/pixman
4+/wayland
5+/libxkbcommon
6+.samu
+6,
-0
1@@ -0,0 +1,6 @@
2+name: fuzzel
3+description: app launcher and fuzzy finder for wayland
4+license: MIT
5+upstream:
6+version: git
7+maintainer:
+11,
-0
1@@ -0,0 +1,11 @@
2+#!/bin/sh -ue
3+NAME=fuzzel
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://codeberg.org/dnkl/${NAME}"
7+BUILD_OPT="-Ddefault_library=static -Denable-cairo=disabled -Dpng-backend=libpng"
8+prebuild(){
9+ export CFLAGS='-static' LDFLAGS='-static'
10+}
11+
12+. ${0%/*}/../../libsh/libdmake.sh