Fixes #159 Meta package was removed so use local PKGBUILD Yay doesn't support building and installing local PKGBUILDs, so use paru
26 lines
1 KiB
Bash
26 lines
1 KiB
Bash
# caelestia-meta
|
|
|
|
# Maintainer: Soramane <soramane32 at gmail dot com>
|
|
|
|
pkgname='caelestia-meta'
|
|
pkgver=r151.cadf1e2
|
|
pkgrel=1
|
|
pkgdesc='A metapackage containing all dependencies for the Caelestia dotfiles'
|
|
arch=('any')
|
|
url='https://github.com/caelestia-dots/caelestia'
|
|
license=('GPL-3.0-only')
|
|
depends=('caelestia-cli' 'caelestia-shell'
|
|
'hyprland' 'xdg-desktop-portal-hyprland' 'xdg-desktop-portal-gtk' 'hyprpicker'
|
|
'wl-clipboard' 'cliphist' 'inotify-tools' 'app2unit' 'wireplumber' 'trash-cli'
|
|
'foot' 'fish' 'eza' 'fastfetch' 'starship' 'btop' 'jq' 'adw-gtk-theme'
|
|
'papirus-icon-theme' 'qt5ct-kde' 'qt6ct-kde' 'ttf-jetbrains-mono-nerd')
|
|
optdepends=('thunar: file manager'
|
|
'spotify: music player'
|
|
'vscode: code editor'
|
|
'zen-browser: web browser'
|
|
'todoist-appimage: todo manager'
|
|
'uwsm: uwsm session'
|
|
'gnome-keyring: keyring daemon'
|
|
'polkit-gnome: gnome polkit client'
|
|
'direnv: isolated dev envs'
|
|
'zoxide: better cd')
|