mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-26 21:48:21 +01:00
hyprlang: add recipe
This commit is contained in:
parent
46a4abeb0a
commit
14d07ba0e1
16
recipes-support/hyprland-contrib/hyprlang_git.bb
Normal file
16
recipes-support/hyprland-contrib/hyprlang_git.bb
Normal file
@ -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}"
|
Loading…
Reference in New Issue
Block a user