Skip to content
Snippets Groups Projects

Move Hyprland's makedepends to community

Merged Zach DeCook requested to merge earboxer1/aports:hyprland-makedepends into master
All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,13 +2,14 @@
# Maintainer: Zach DeCook <zachdecook@librem.one>
pkgname=hyprland-protocols
pkgver=0.2
pkgrel=0
pkgrel=1
pkgdesc="Wayland protocol extensions for Hyprland"
url="https://github.com/hyprwm/hyprland-protocols"
arch="noarch"
license="BSD-3-Clause"
source="https://github.com/hyprwm/hyprland-protocols/archive/v0.2/hyprland-protocols-v0.2.tar.gz"
makedepends="meson"
subpackages="$pkgname-doc"
build() {
abuild-meson . output
@@ -21,6 +22,7 @@ check() {
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
Loading