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"
|
|
|
|
|
2024-03-07 20:14:36 +01:00
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=b5b6bed06dd8ed68f00c26d0b4cede89"
|
2024-01-04 06:31:40 +01:00
|
|
|
|
2024-06-09 07:26:02 +02:00
|
|
|
DEPENDS = "hyprutils"
|
|
|
|
|
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-07-10 10:56:04 +02:00
|
|
|
SRCREV = "5df0174fd09de4ac5475233d65ffc703e89b82eb"
|
2024-06-09 07:26:02 +02:00
|
|
|
PV = "0.5.2"
|
2024-01-04 06:31:40 +01:00
|
|
|
|
2024-06-09 07:26:02 +02:00
|
|
|
inherit cmake pkgconfig
|