void-packages/srcpkgs/ispc/template
2016-07-09 09:38:29 +02:00

21 lines
583 B
Bash

# Template file for 'ispc'
pkgname=ispc
version=1.9.1
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=c52910a007f1b0c732dd1cb981e7c22f3b9b575f0b097a49f4e43fc7a3e7e976
nopie=yes
do_install() {
vbin ispc
vlicense LICENSE.txt
}