You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
506 B
Bash
14 lines
506 B
Bash
#!/bin/bash
|
|
|
|
cat <<EOF
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<index schemaVersion="1.0.0" xs:noNamespaceSchemaLocation="PackIndex.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance">
|
|
<vendor>ARM</vendor>
|
|
<url>https://raw.githubusercontent.com/ARM-software/CMSIS-DSP/pack-index/</url>
|
|
<timestamp>$(date -u +%FT%TZ)</timestamp>
|
|
<pindex>
|
|
<pdsc url="https://raw.githubusercontent.com/ARM-software/CMSIS-DSP/pack-index/" vendor="ARM" name="CMSIS-DSP" version="$1"/>
|
|
</pindex>
|
|
</index>
|
|
EOF
|