16 lines
460 B
Bash
16 lines
460 B
Bash
# Template file for 'websocketpp'
|
|
pkgname=websocketpp
|
|
version=0.7.0
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="C++/Boost Asio based websocket client/server library"
|
|
maintainer="Duncan Overbruck <mail@duncano.de>"
|
|
license="BSD"
|
|
homepage="http://www.zaphoyd.com/websocketpp"
|
|
distfiles="https://github.com/zaphoyd/websocketpp/archive/${version}.tar.gz"
|
|
checksum=07b3364ad30cda022d91759d4b83ff902e1ebadb796969e58b59caa535a03923
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|