mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
add go-md2man
This commit is contained in:
parent
f3bd6d36b4
commit
6c254e0857
1 changed files with 7 additions and 0 deletions
|
@ -208,6 +208,13 @@ runs:
|
|||
all_dependencies+=("$BASE_URL/lib64xml2-devel-2.9.14-1-rosa2016.1.x86_64.rpm")
|
||||
fi
|
||||
;;
|
||||
*go-md2man*)
|
||||
gomd2man_dependencies="go-md2man-2.0.2-1-rosa2016.1.x86_64"
|
||||
if [[ -n "$gomd2man_dependencies" ]]; then
|
||||
echo "Found sgomd2man dependency: $gomd2man_dependencies"
|
||||
all_dependencies+=("$BASE_URL/$gomd2man_dependencies.rpm")
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
echo "Current dependencies: ${all_dependencies[@]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue