working on cleanup and fixing a few format issues
- modifying how installs are done
This commit is contained in:
@@ -28,6 +28,7 @@ pkg_appimage: [] # appimages to install
|
||||
pkg_archive: [] # packages installed via prebuilt archive
|
||||
pkg_cargo: [] # rust packages from cargo using `cargo install`
|
||||
pkg_cargo_build: [] # rust packages using `cargo build` before install
|
||||
pkg_clean: [] # list of files to remove before running archive and source installations
|
||||
pkg_flatpak: [] # flatpak packages to install
|
||||
pkg_go: [] # go applications
|
||||
pkg_npm: [] # npm commands
|
||||
@@ -45,71 +46,14 @@ __var_to_env: {} # dict of variables to add to your env
|
||||
# Per package variables
|
||||
# {{{ air
|
||||
air_version: latest
|
||||
air_build_files:
|
||||
- bin/air
|
||||
air_install_url: github.com/air-verse/air
|
||||
air_pkg_deps:
|
||||
- pkgs/go.yml
|
||||
# }}}
|
||||
# {{{ alacritty
|
||||
alacritty_version: v0.16.1
|
||||
alacritty_git_repo: https://github.com/alacritty/alacritty
|
||||
alacritty_pkgname: alacritty
|
||||
alacritty_pkg_deps:
|
||||
- pkgs/git.yml
|
||||
- pkgs/cargo.yml
|
||||
alacritty_build_files:
|
||||
- bin/alacritty
|
||||
- share/pixmaps/Alacritty.svg
|
||||
- share/applications/Alacritty.desktop
|
||||
alacritty_cargo_build_flags:
|
||||
- --release
|
||||
alacritty_build_deps:
|
||||
RedHat:
|
||||
- cmake
|
||||
- fontconfig-devel
|
||||
- freetype-devel
|
||||
- g++
|
||||
- libxcb-devel
|
||||
- libxkbcommon-devel
|
||||
- desktop-file-utils
|
||||
Debian:
|
||||
- cmake
|
||||
- g++
|
||||
- pkg-config
|
||||
- libfontconfig1-dev
|
||||
- libxcb-xfixes0-dev
|
||||
- libxkbcommon-dev
|
||||
- python3
|
||||
- libfreetype6-dev
|
||||
- desktop-file-utils
|
||||
Alpine:
|
||||
- cmake
|
||||
- pkgconf
|
||||
- freetype-dev
|
||||
- fontconfig-dev
|
||||
- python3
|
||||
- libxcb-dev
|
||||
- g++
|
||||
- libxkbcommon-dev
|
||||
- desktop-file-utils
|
||||
Archlinux:
|
||||
- cmake
|
||||
- freetype2
|
||||
- fontconfig
|
||||
- pkg-config
|
||||
- make
|
||||
- libxcb
|
||||
- libxkbcommon
|
||||
- python
|
||||
- desktop-file-utils
|
||||
FreeBSD:
|
||||
- cmake
|
||||
- freetype2
|
||||
- fontconfig
|
||||
- pkgconf
|
||||
- python3
|
||||
- desktop-file-utils
|
||||
# }}}
|
||||
# {{{ ansible
|
||||
ansible_install_methods:
|
||||
|
||||
Reference in New Issue
Block a user