19 lines
497 B
Bash
19 lines
497 B
Bash
# Template file for 'aclip'
|
|
# !! keep synced with arcan
|
|
pkgname=aclip
|
|
version=0.6.3.3
|
|
revision=1
|
|
build_wrksrc=src/tools/aclip
|
|
build_style=cmake
|
|
makedepends="arcan-devel"
|
|
short_desc="Clipboard manager for Arcan"
|
|
maintainer="Piraty <mail@piraty.dev>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://arcan-fe.com/"
|
|
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
|
|
checksum=77ae043899a28110012d6f930e101d173214e6649af87564d05ccfaca5d0d726
|
|
|
|
post_install() {
|
|
vlicense ../../../COPYING
|
|
}
|