🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637
pkgname: fuzzel
pkgver: '1.15.0'
pkgrel: '3'
pkgdesc: 'Fuzzel - launcher aplikacji dla Wayland (wlroots)'
url: 'https://codeberg.org/dnkl/fuzzel'
arch: x86_64
license:
- 'MIT'
depends:
- 'wayland'
- 'fcft'
makedepends:
- meson
- ninja
- wayland-protocols
- 'fcft'
- 'libxkbcommon'
- scdoc
source:
- 'https://codeberg.org/dnkl/fuzzel/archive/${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd fuzzel
meson setup build \
--prefix=/usr \
--buildtype=release \
-Dpng-backend=none \
-Dsvg-backend=none
ninja -C build
package: |
true