blob: 3a9187d2833aa5a666cd30deddedf58b27428b20 (
plain)
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
|
# vim: set ts=2 sw=2 et:
# Maintainer: AlexC <al3x.curl@gmail.com>
# Contributor: alba4k <blaskoazzolaaaron[at]gmail.com>
pkgname=hyprland-meta-git
pkgver=0.0.1
pkgrel=6
pkgdesc='Meta package to install Hyprland and all related utilities'
arch=(any)
url='https://www.hyprland.org/'
license=(BSD-3-Clause)
depends=(
hypridle-git
hyprland-git
hyprlock-git
hyprlauncher-git
hyprpaper-git
hyprpicker-git
hyprpolkitagent-git
hyprpwcenter-git
hyprqt6engine-git
hyprshutdown-git
hyprsunset-git
hyprsysteminfo-git
xdg-desktop-portal-hyprland-git
)
|