1#!/usr/bin/env bash
2
3set -e
4set -x
5shopt -s dotglob
6
7readonly name="EVPath"
8readonly ownership="EVPath Upstream <robot@adios2>"
9readonly subtree="thirdparty/EVPath/EVPath"
10readonly repo="https://github.com/GTkorvo/EVPath.git"
11readonly tag="master"
12readonly shortlog="true"
13readonly paths="
14"
15
16extract_source () {
17    git_archive
18}
19
20. "${BASH_SOURCE%/*}/../update-common.sh"
21