Package Details: cliphist-bin 0.4.0-1

Git Clone URL: https://aur.archlinux.org/cliphist-bin.git (read-only, click to copy)
Package Base: cliphist-bin
Description: clipboard history “manager” for wayland
Upstream URL: https://github.com/sentriz/cliphist
Keywords: clipboard dmenu wayland
Licenses: GPL3
Conflicts: cliphist
Provides: cliphist
Submitter: calzonealamuerte
Maintainer: Porous3247
Last Packager: Porous3247
Votes: 5
Popularity: 0.041620
First Submitted: 2021-10-05 11:15 (UTC)
Last Updated: 2023-05-13 13:29 (UTC)

Latest Comments

Porous3247 commented on 2023-03-16 19:47 (UTC) (edited on 2023-03-16 19:48 (UTC) by Porous3247)

PKGBUILD for version 0.4.0

# Maintainer: calzonealamuerte <wilburn22 at messageden dot com>

pkgname=cliphist-bin
pkgver=0.4.0
pkgrel=1
pkgdesc='clipboard history “manager” for wayland'
arch=('x86_64')
url="https://github.com/sentriz/cliphist"
license=('GPL3')
provides=('cliphist')
depends=('wl-clipboard')
optdepends=('xdg-utils: for image mime inferance')
source=("${url}/releases/download/v${pkgver}/v${pkgver}-linux-amd64")
sha256sums=('79c9f7ff1a6b6c4ed68d9879034afe08e6520a47071e4b284a9fb5750d30c2dd')

package() {
  install -Dm755 "${srcdir}"/v${pkgver}-linux-amd64 "${pkgdir}/usr/bin/cliphist"
}
# vim:set ts=2 sw=2 et:

dogknowsnx commented on 2021-10-24 10:37 (UTC)

Could you please remove 'go' from dependencies, since it's only needed for building from source, not for the binary ('go' is a pretty large package to boot).