19 lines
598 B
Bash
19 lines
598 B
Bash
# Template file for 'clipman'
|
|
pkgname=clipman
|
|
version=1.6.4
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/chmouel/clipman
|
|
depends="wl-clipboard"
|
|
short_desc="Simple clipboard manager for Wayland"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/chmouel/clipman"
|
|
changelog="https://raw.githubusercontent.com/chmouel/clipman/master/CHANGELOG.md"
|
|
distfiles="https://github.com/chmouel/clipman/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=e8d9c15337aab98b0233a049fedcebbd1791d42ba54fb5e29cdb8b5d5bde6488
|
|
|
|
post_install() {
|
|
vman docs/clipman.1
|
|
}
|