# Template file for 'vc'
pkgname=vc
version=1.4.5
revision=1
build_style=cmake
configure_args="-DTARGET_ARCHITECTURE=generic"
short_desc="Library to ease explicit vectorization of C++ code"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/VcDevel/Vc"
changelog="https://github.com/VcDevel/Vc/releases"
distfiles="https://github.com/VcDevel/Vc/archive/refs/tags/${version}.tar.gz"
checksum=eb734ef4827933fcd67d4c74aef54211b841c350a867c681c73003eb6d511a48

post_install() {
	vlicense LICENSE
}
