void-packages/srcpkgs/ispc/template

20 lines
573 B
Bash
Raw Normal View History

2015-06-23 00:56:16 +00:00
# Template file for 'ispc'
pkgname=ispc
2015-07-22 07:43:59 +00:00
version=1.8.2
2015-06-23 00:56:16 +00: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"
2015-07-22 07:43:59 +00:00
checksum=d17ea68b7192d261a2830d6e00df656a73fbccd08a249433fcaf24a886902a9d
2015-06-23 00:56:16 +00:00
do_install() {
vbin ispc
vlicense LICENSE.txt
}