void-packages/srcpkgs/clipman/template
2020-02-23 22:16:34 +01:00

19 lines
602 B
Bash

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