mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
14 lines
466 B
BlitzBasic
14 lines
466 B
BlitzBasic
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"
|
|
|
|
SRC_URI = "git://github.com/hyprwm/hyprlang.git;protocol=https;branch=main"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "42c66f6b44eb9ac64af9b6ef26325c16909a7650"
|
|
PV = "0.4.1"
|
|
|
|
inherit cmake
|