void-packages/srcpkgs/ispc/template

21 lines
583 B
Bash
Raw Normal View History

2015-06-23 02:56:16 +02:00
# Template file for 'ispc'
pkgname=ispc
2016-02-13 09:26:33 +01:00
version=1.9.0
2015-06-23 02:56:16 +02:00
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"
2016-02-13 09:26:33 +01:00
checksum=b151e50f80754d81302f968c66cc7444c65010c20d1f83382b94c22491bb3971
nopie=yes
2015-06-23 02:56:16 +02:00
do_install() {
vbin ispc
vlicense LICENSE.txt
}