work on bitwarden and flatpak

This commit is contained in:
Matthew Stobbs
2026-03-07 13:31:39 -07:00
parent 692e9dd99a
commit 19ec5f341b
71 changed files with 119 additions and 860 deletions

View File

@@ -1,6 +1,64 @@
# vim: set filetype=yaml.ansible :
---
# Default install variables as needed
## Package level variables for per distribution install names
## Format:
## [pkgname]:
## [os_family]:
## name: distro pkgname
## build_deps: [list of deps for building], only included if required
alacritty:
RedHat:
name: alacritty
build_deps:
- fontconfig-devel
- freetype-devel
- g++
- libxcb-devel
- libxkbcommon-devel
- desktop-file-utils
Debian:
name: alacritty
build_deps:
- g++
- pkg-config
- libfontconfig1-dev
- libxcb-xfixes0-dev
- libxkbcommon-dev
- python3
- libfreetype6-dev
- desktop-file-utils
Alpine:
name: alacritty
build_deps:
- pkgconf
- freetype-dev
- fontconfig-dev
- python3
- libxcb-dev
- g++
- libxkbcommon-dev
- desktop-file-utils
Archlinux:
name: alacritty
build_deps:
- freetype2
- fontconfig
- pkg-config
- make
- libxcb
- libxkbcommon
- python
- desktop-file-utils
FreeBSD:
- freetype2
- fontconfig
- pkgconf
- python3
- desktop-file-utils
flatpak:
name: flatpak
## Restrictions for package install methods.
## The first item is the default method. If only