The prebuild package is available at https://build.kilabit.info/aur/, signed using 4A5360B500C9C4F0 .
See https://build.kilabit.info/ for more information about server and https://build.kilabit.info/karajo/app/#aur_clipman-git for build logs.
| Git Clone URL: | https://aur.archlinux.org/clipman-git.git (read-only, click to copy) |
|---|---|
| Package Base: | clipman-git |
| Description: | A simple clipboard manager for Wayland |
| Upstream URL: | https://github.com/chmouel/clipman |
| Licenses: | GPL-3.0-only |
| Conflicts: | clipman |
| Provides: | clipman |
| Submitter: | None |
| Maintainer: | shulhan |
| Last Packager: | TrialnError |
| Votes: | 1 |
| Popularity: | 0.37 |
| First Submitted: | 2021-04-17 06:25 (UTC) |
| Last Updated: | 2024-06-25 18:50 (UTC) |
The prebuild package is available at https://build.kilabit.info/aur/, signed using 4A5360B500C9C4F0 .
See https://build.kilabit.info/ for more information about server and https://build.kilabit.info/karajo/app/#aur_clipman-git for build logs.
Hi, unfortunately I am busy now a days so I am disowning the package, feel free to pick it up :)
@mubashir Seems like the github repository has been removed.
The clipman package move to https://github.com/chmouel/clipman 1
Thank you for the patch
Hi @mubashir,
The following patch resolve pkgver always to resolve to v1.4.0-xxx instead of latest un-annotated tags.
diff --git a/PKGBUILD b/PKGBUILD
index 62e68a6..8cd69e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
# Maintainer: Mubashir Haroon <mubashirmusab at gmail dot com>
# Contributor: Husam Bilal <me@husam.dev>
-_pkgname=clipman
pkgname=clipman-git
-pkgver=1.4.0.r22.g505d7e4
-pkgrel=2
+pkgver=1.6.1.r0.g52602f2
+pkgrel=1
pkgdesc="A simple clipboard manager for Wayland"
url="https://github.com/yory8/clipman"
depends=("wl-clipboard>=2.0")
@@ -14,21 +13,21 @@ conflicts=("clipman")
license=("GPL3")
arch=("x86_64" "i686")
md5sums=("SKIP")
-source=("${_pkgname}::git+https://github.com/yory8/${_pkgname}.git")
+source=("${pkgname}::git+https://github.com/yory8/clipman.git")
pkgver() {
- cd "$_pkgname"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ cd "$pkgname"
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {
- cd $_pkgname
+ cd $pkgname
go build .
}
package() {
- cd $_pkgname
- install -Dm755 $_pkgname $pkgdir/usr/bin/$_pkgname
- install -Dm644 docs/$_pkgname.1 $pkgdir/usr/share/man/man1/$_pkgname.1
- gzip $pkgdir/usr/share/man/man1/$_pkgname.1
+ cd $pkgname
+ install -Dm755 clipman $pkgdir/usr/bin/clipman
+ install -Dm644 docs/clipman.1 $pkgdir/usr/share/man/man1/clipman.1
+ gzip $pkgdir/usr/share/man/man1/clipman.1
}
PS: Thanks for the this package, for anyone else the prebuild package available at https://build.kilabit.info .
Pinned Comments
shulhan commented on 2026-06-01 05:11 (UTC)
The prebuild package is available at https://build.kilabit.info/aur/, signed using 4A5360B500C9C4F0 .
See https://build.kilabit.info/ for more information about server and https://build.kilabit.info/karajo/app/#aur_clipman-git for build logs.