blob: f8140aaf5afb08b477ccb92720b5a7636c7a0148 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = hyprlua-git
pkgdesc = Lua 5.4 scripting support for Hyprland via hyprland.lua config
pkgver = 0.0.1.r4.g7d00dc0
pkgrel = 1
url = https://github.com/cacarico/hyprlua
arch = x86_64
license = MIT
makedepends = cmake
makedepends = pkgconf
makedepends = git
depends = hyprland
depends = lua
depends = pixman
provides = hyprlua
conflicts = hyprlua
options = !debug
source = hyprlua-git::git+https://github.com/cacarico/hyprlua.git
sha256sums = SKIP
pkgname = hyprlua-git
|