foliage/templates/packageVersionSource.mustache

24 lines
575 B
Plaintext
Raw Normal View History

2022-10-21 11:46:50 +03:00
{{#TarballSource}}
<dd><a href="{{tarballSourceURI}}">{{tarballSourceURI}}</a></dd>
{{#subdir}}
<dt>Subdir</dt>
<dd>{{subdir}}</dt>
{{/subdir}}
{{/TarballSource}}
{{#GitHubSource}}
<dd>
{{#subdir}}
<a href="https://github.com/{{githubRepo}}/tree/{{githubRev}}/{{subdir}}">https://github.com/{{githubRepo}}</a>
{{/subdir}}
{{^subdir}}
<a href="https://github.com/{{githubRepo}}/tree/{{githubRev}}">https://github.com/{{githubRepo}}</a>
{{/subdir}}
</dd>
<dt>Commit hash</dt>
<dd>{{githubRev}}</dd>
{{#subdir}}
<dt>Subdir</dt>
<dd>{{subdir}}</dt>
{{/subdir}}
{{/GitHubSource}}