mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-28 14:38:20 +01:00
17 lines
528 B
BlitzBasic
17 lines
528 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 = "0aef08154b341b47749e6a59c4626b08df7b8f3f"
|
||
|
PV = "0.1.0"
|
||
|
|
||
|
inherit cmake
|
||
|
|
||
|
FILES:${PN} += "${libdir}"
|
||
|
FILES:${PN}-dev = "${includedir}"
|