19 lines
522 B
Bash
19 lines
522 B
Bash
# Template file for 'aclip'
|
|
# !! keep synced with arcan
|
|
pkgname=aclip
|
|
version=0.6.0.1
|
|
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=7ae00a9dee79f9b58ac2bacbf532ff0631280297cfde30e8996382a3f42a52ed
|
|
|
|
post_install() {
|
|
vlicense ../../../COPYING
|
|
}
|