add more for Alpine

This commit is contained in:
Matthew Stobbs
2025-03-10 21:05:47 -06:00
parent 51d97dd18f
commit 2e885b31ac
18 changed files with 89 additions and 33 deletions

View File

@@ -13,7 +13,7 @@ hyprcursor:
- cairo-dev
- libzip-dev
- librsvg-dev
- tomlpluplus-dev
- tomlplusplus-dev
build_installed_files:
- lib64/libhyprcursor.so.0.1.11
- lib64/libhyprcursor.so.0

View File

@@ -3,6 +3,7 @@ libreoffice:
default: sys
Ubuntu: flatpak
Fedora: flatpak
Alpine: flatpak
MacOSX: cask
flatpak:
name: org.libreoffice.LibreOffice

View File

@@ -6,9 +6,26 @@ neovim:
link_name: nvim
methods:
default: src
Alpine: src
Fedora: sys
Ubuntu: sys
MacOSX: sys
pkgs:
default:
- neovim
build_deps:
RedHat: []
Debian: []
Darwin: []
Alpine:
- build-base
- cmake
- libuv-dev
- libuv
- libluv
- lua-luv-dev
- utf8proc-dev
- luajit-dev
- luajit
- lua-lpeg-dev
- unibilium-dev

View File

@@ -2,6 +2,12 @@ python3:
pkgs:
Darwin:
- python3
Linux:
RedHat:
- python3
- python3-pip
Debian:
- python3
- python3-pip
Alpine:
- python3
- py3-pip

View File

@@ -2,6 +2,12 @@ rust:
pkgs:
Darwin:
- rust
Linux:
Debian:
- rustc
- cargo
RedHat:
- rustc
- cargo
Alpine:
- rust
- cargo

View File

@@ -1,4 +1,10 @@
terraform:
version: 1.11.1
archive:
baseurl: https://releases.hashicorp.com
method:
default: sys
Alpine: archive
pkgs:
Linux:
- terraform

View File

@@ -2,5 +2,9 @@ tidy:
pkgs:
Darwin:
- tidy-html5
Linux:
Alpine:
- tidyhtml
Debian:
- tidy
RedHat:
- tidy