Package Details: hyprpicker 0.2.0-2

Git Clone URL: https://aur.archlinux.org/hyprpicker.git (read-only, click to copy)
Package Base: hyprpicker
Description: A wlroots-compatible Wayland color picker that does not suck.
Upstream URL: https://github.com/hyprwm/hyprpicker
Keywords: hyprland
Licenses: BSD-3-Clause
Submitter: PlasticSoup
Maintainer: PlasticSoup
Last Packager: PlasticSoup
Votes: 24
Popularity: 4.60
First Submitted: 2023-06-12 03:08 (UTC)
Last Updated: 2024-01-29 05:30 (UTC)

Latest Comments

murlakatamenka commented on 2024-02-20 04:59 (UTC)

please, explicitly set CC and CXX because it doesn't build with clang:

build() {
  #...
  export CC=gcc
  export CXX=g++

  make all
}

PlasticSoup commented on 2023-06-29 03:45 (UTC)

Good catch eclairevoyant, thanks. I'll add it.

eclairevoyant commented on 2023-06-27 06:30 (UTC)

I would suggest adding wl-clipboard as an optional dependency (for the --autocopy option)