2024-01-04 06:31:40 +01:00
|
|
|
SUMMARY = "The hypr configuration language is an extremely efficient, yet easy to work with, configuration language for linux applications."
|
|
|
|
HOMEPAGE = "https:/github.com/hyprwm/hyprlang"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
|
|
|
2024-01-05 08:19:19 +01:00
|
|
|
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
2024-01-04 06:31:40 +01:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-02-10 03:48:00 +01:00
|
|
|
SRCREV = "335d0c65e1be3855bf835bf4e1c6f7566a0f52bf"
|
|
|
|
PV = "0.3.0"
|
2024-01-04 06:31:40 +01:00
|
|
|
|
|
|
|
inherit cmake
|