void-packages/srcpkgs/aclip/template
2018-12-11 14:22:12 -02:00

20 lines
538 B
Bash

# Template file for 'aclip'
# needs to be synced with the arcan package
pkgname=aclip
version=0.5.5.2
revision=1
wrksrc=arcan-${version}
build_wrksrc=src/tools/aclip
build_style=cmake
makedepends="arcan-devel"
short_desc="Clipboard manager for Arcan"
maintainer="Piraty <piraty1@inbox.ru>"
license="BSD-3-Clause"
homepage="https://arcan-fe.com/"
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
checksum=a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0
post_install() {
vlicense ../../../COPYING
}