forked from caelestia-dots/caelestia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPKGBUILD
More file actions
26 lines (24 loc) · 1.03 KB
/
PKGBUILD
File metadata and controls
26 lines (24 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# caelestia-meta
# Maintainer: Soramane <soramane32 at gmail dot com>
pkgname='caelestia-meta'
pkgver=r183.cf94e7f
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' 'qtengine-git' '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')