mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
hyprland-contrib: add recipe
This commit is contained in:
24
recipes-support/hyprland-contrib/hyprland-contrib_git.bb
Normal file
24
recipes-support/hyprland-contrib/hyprland-contrib_git.bb
Normal file
@ -0,0 +1,24 @@
|
||||
SUMMARY = "Hyprland Contribution Scripts"
|
||||
HOMEPAGE = "https:/github.com/hyprwm/contrib"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a0836e8f0d25d383d1195ea44fdd185d"
|
||||
|
||||
SRC_URI = "git://github.com/hyprwm/contrib.git;protocol=https;branch=main"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "bef073cff65917ba2d888aa4dc39bd9868e2b0a4"
|
||||
PV = "0.1"
|
||||
|
||||
DEPENDS = "scdoc-native"
|
||||
RDEPENDS:${PN} = "bash"
|
||||
|
||||
EXTRA_OEMAKE += "DESTDIR=${D} PREFIX=${prefix} BINDIR=${D}${bindir} MANDIR=${D}${datadir}/man MAN1DIR=${D}${datadir}/man1"
|
||||
|
||||
do_install() {
|
||||
for dir in grimblast hyprprop scratchpad shellevents try_swap_workspace; do
|
||||
cd $dir && oe_runmake install && cd ${S}
|
||||
done
|
||||
}
|
||||
|
||||
FILES:${PN} = "${bindir} ${datadir}"
|
Reference in New Issue
Block a user