20 lines
602 B
Bash
20 lines
602 B
Bash
# Template file for 'clipman'
|
|
pkgname=clipman
|
|
version=1.5.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/yory8/clipman
|
|
hostmakedepends="git"
|
|
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/yory8/clipman"
|
|
changelog="https://raw.githubusercontent.com/yory8/clipman/master/CHANGELOG.md"
|
|
distfiles="https://github.com/yory8/clipman/archive/v${version}.tar.gz"
|
|
checksum=0b2c8a4e333b86f5dc6c873ee3b3c6e748e94e681bfa4fd9e81fc412c7a7cad1
|
|
|
|
post_install() {
|
|
vman docs/clipman.1
|
|
}
|