Skip to content

Commit

Permalink
spirv-tools: Add version 2021.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Aug 4, 2021
1 parent ac6f934 commit c708b7e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions spirv-tools.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
#!/usr/bin/env beesh

# BEE_VERSION spirv-tools-2021.2-0

SRCURL[0]="https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v${PKGVERSION}.tar.gz spirv-tools-${PKGVERSION}.be0"
SRCURL[1]="https://github.com/KhronosGroup/SPIRV-Headers/archive/refs/tags/1.5.4.raytracing.fixed.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

mee_extract() {
bee_extract "${@}"
start_cmd mv "${S}/SPIRV-Headers-1.5.4.raytracing.fixed/" "${S}/external/spirv-headers"
}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit c708b7e

Please sign in to comment.