void-packages/srcpkgs/asio/template
Đoàn Trần Công Danh 7fff928dd5 asio: update to 1.24.0.
2022-12-01 22:53:08 +07:00

15 lines
445 B
Bash

# Template file for 'asio'
pkgname=asio
version=1.24.0
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=8976812c24a118600f6fcf071a20606630a69afe4c0abee3b0dea528e682c585
post_install() {
vlicense LICENSE_1_0.txt
}