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