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