15 lines
445 B
Bash
15 lines
445 B
Bash
# Template file for 'asio'
|
|
pkgname=asio
|
|
version=1.18.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="Cross-platform C++ library for ASynchronous network I/O"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSL-1.0"
|
|
homepage="http://think-async.com/Asio/"
|
|
distfiles="${SOURCEFORGE_SITE}/asio/asio-${version}.tar.bz2"
|
|
checksum=4af9875df5497fdd507231f4b7346e17d96fc06fe10fd30e2b3750715a329113
|
|
|
|
post_install() {
|
|
vlicense LICENSE_1_0.txt
|
|
}
|