mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
New package: ispc-1.8.1
This commit is contained in:
parent
fca931355f
commit
c55192f599
1 changed files with 19 additions and 0 deletions
19
srcpkgs/ispc/template
Normal file
19
srcpkgs/ispc/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'ispc'
|
||||||
|
pkgname=ispc
|
||||||
|
version=1.8.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=adef83008bf9e2eb1947f0fbc38670d8bf801ddb36b1f22c4429a1c394e31f60
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin ispc
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue