blob: baad3b10aa91c0cbfae4a9aa0b1558b837d451c6 (
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
27
|
# Maintainer: PharmaRacist
pkgname=noon-hyprland-git
pkgver=2.0.0
pkgrel=1
pkgdesc="Hyprland compositor and related tools for Noon (the git version)"
arch=('any')
url="https://github.com/PharmaRacist/Noon"
license=('MIT')
install=noon-hyprland.install
depends=(
'hyprland-git'
'hyprcursor-git'
'hypridle-git'
'hyprlock-git'
'hyprpicker-git'
'hyprsunset-git'
'hyprutils-git'
'hyprwayland-scanner-git'
'xdg-desktop-portal-hyprland-git'
'xdg-desktop-portal-gtk'
'hyprland-protocols-git'
'hyprland-qt-support-git'
)
package() {
install -dm755 "$pkgdir/usr/share/doc/$pkgname"
echo "Hyprland compositor and tools for Noon (the -git version)" >"$pkgdir/usr/share/doc/$pkgname/README"
}
|