vp-build/srcpkgs/clipman/template

19 lines
580 B
Bash

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