6f81fb6bc6
Closes #13508. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
18 lines
494 B
Bash
18 lines
494 B
Bash
# Template file for 'aclip'
|
|
pkgname=aclip
|
|
version=0.5.4.6
|
|
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=b42d765610e9e791ab196a904758f42446ea116b1e3bc2a6ca788ebe494f5c55
|
|
|
|
post_install() {
|
|
vlicense ../../../COPYING
|
|
}
|