mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 17:02:46 +00:00
add toxcore
This commit is contained in:
parent
4210032fbc
commit
fc188bed39
1 changed files with 6 additions and 0 deletions
|
@ -170,6 +170,12 @@ runs:
|
|||
all_dependencies+=("$BASE_URL/$trivy_dependency.rpm")
|
||||
fi
|
||||
;;
|
||||
*pkgconfig\(toxcore\)*)
|
||||
toxcore_dependency="c-toxcore-0.2.18-1-rosa2016.1.x86_64"
|
||||
if [[ -n "$toxcore_dependency" ]]; then
|
||||
echo "Found toxcore: $toxcore_dependency"
|
||||
all_dependencies+=("$BASE_URL/$toxcore_dependency.rpm")
|
||||
;;
|
||||
esac
|
||||
|
||||
# Вывод текущего состояния массива all_dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue