17 lines
508 B
Bash
17 lines
508 B
Bash
# Template file for 'vc'
|
|
pkgname=vc
|
|
version=1.4.2
|
|
revision=1
|
|
wrksrc="Vc-${version}"
|
|
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"
|
|
distfiles="${homepage}/releases/download/${version}/Vc-${version}.tar.gz"
|
|
checksum=50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|