blob: adfd4ec7778d73af87d7274a01bb825d4489d466 (
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
|
pkgbase = hypr-git
pkgdesc = Hypr is a Linux tiling window manager for Xorg. It's written in XCB with modern C++ and aims to provide easily readable and expandable code.
pkgver = 0.0.r328.fac4928
pkgrel = 1
url = https://github.com/vaxerski/Hypr
arch = x86_64
license = BSD
makedepends = git
depends = cairo
depends = gdb
depends = ninja
depends = gcc
depends = cmake
depends = libxcb
depends = xcb-proto
depends = xcb-util
depends = xcb-util-cursor
depends = xcb-util-keysyms
depends = xcb-util-wm
depends = gtkmm
depends = gtk4
depends = gtkmm3
options = !makeflags
options = !buildflags
source = hypr-git::git+https://github.com/vaxerski/Hypr
sha256sums = SKIP
pkgname = hypr-git
|