From 14d07ba0e1fd8564564b31220b75058a7fb2732f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 30 Dec 2023 17:56:25 +0100 Subject: [PATCH] hyprlang: add recipe --- recipes-support/hyprland-contrib/hyprlang_git.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-support/hyprland-contrib/hyprlang_git.bb diff --git a/recipes-support/hyprland-contrib/hyprlang_git.bb b/recipes-support/hyprland-contrib/hyprlang_git.bb new file mode 100644 index 0000000..6ee61b9 --- /dev/null +++ b/recipes-support/hyprland-contrib/hyprlang_git.bb @@ -0,0 +1,16 @@ +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}"