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