vp-build/srcpkgs/websocketpp/template

16 lines
467 B
Bash

# Template file for 'websocketpp'
pkgname=websocketpp
version=0.8.2
revision=1
build_style=cmake
short_desc="C++/Boost Asio based websocket client/server library"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.zaphoyd.com/websocketpp"
distfiles="https://github.com/zaphoyd/websocketpp/archive/${version}.tar.gz"
checksum=6ce889d85ecdc2d8fa07408d6787e7352510750daa66b5ad44aacb47bea76755
post_install() {
vlicense COPYING
}