void-packages/srcpkgs/ispc/template
2015-07-22 09:47:26 +02:00

19 lines
573 B
Bash

# Template file for 'ispc'
pkgname=ispc
version=1.8.2
revision=1
only_for_archs="i686 x86_64"
build_style=gnu-makefile
hostmakedepends="llvm clang python m4 bison flex"
makedepends="ncurses-devel zlib-devel"
short_desc="A compiler for high-performance SIMD programming on the CPU"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="BSD"
homepage="https://ispc.github.io"
distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz"
checksum=d17ea68b7192d261a2830d6e00df656a73fbccd08a249433fcaf24a886902a9d
do_install() {
vbin ispc
vlicense LICENSE.txt
}