void-packages/srcpkgs/clipman/template
2021-06-21 08:50:31 -03:00

20 lines
602 B
Bash

# Template file for 'clipman'
pkgname=clipman
version=1.6.0
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=996d75aa422a63ae9795cfc13104f70b3e3312421aed2919070a6ad84c6c6127
post_install() {
vman docs/clipman.1
}