blob: 14cb55ef0b0c16579f2cf92c814d52b04199dd73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = quickdash-git
pkgdesc = Configurable Hyprland dashboard and launcher built with Quickshell
pkgver = r14.g046e7dc
pkgrel = 1
url = https://github.com/vcoscrato/quickdash
arch = any
license = MIT
makedepends = git
depends = bash
depends = bluez-utils
depends = coreutils
depends = hyprland
depends = libnotify
depends = networkmanager
depends = pipewire
depends = procps-ng
depends = quickshell>=0.3.0
depends = systemd
depends = which
depends = wireplumber
optdepends = curl: weather lookup
optdepends = brightnessctl: brightness controls
optdepends = cliphist: clipboard history
optdepends = hyprsunset: night-light controls
optdepends = wl-clipboard: restoring clipboard history entries
optdepends = xdg-utils: opening the config when VISUAL and EDITOR are unset
provides = quickdash
conflicts = quickdash
source = quickdash::git+https://github.com/vcoscrato/quickdash.git
sha256sums = SKIP
pkgname = quickdash-git
|