void-packages/srcpkgs/clipman/template
2020-03-02 07:50:53 +01:00

20 lines
602 B
Bash

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