FreeCAD build dependencies

This commit is contained in:
do
2022-06-02 18:49:13 +02:00
parent c9f3d12dc8
commit 096161f21d
3 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
#required/wanted for FreeCAD
repo_openfoam:
pkgrepo.managed:
- name: deb [arch=amd64] https://dl.openfoam.com/repos/deb bullseye main
- dist: groovy
- file: /etc/apt/sources.list.d/openfoam.list
- key_url: https://dl.openfoam.com/pubkey.gpg
- clean_file: True
#apt-update:
# cmd.run:
# - name: apt update -y
# - listen:
# - pkgrepo: repo_maketank