mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
19 lines
651 B
BlitzBasic
19 lines
651 B
BlitzBasic
SUMMARY = "Proposal for XDG Default Terminal Execution Specification and reference shell-based implementation"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
|
|
|
|
SRC_URI = "git://github.com/Vladimir-csp/xdg-terminal-exec.git;protocol=https;branch=master"
|
|
SRCREV = "aeb3ef9360eda035b80e44baa2e74fb46fc691e3"
|
|
|
|
DEPENDS = "scdoc-native gzip-native"
|
|
|
|
do_compile() {
|
|
oe_runmake prefix=${prefix}
|
|
}
|
|
|
|
do_install() {
|
|
install -Dpm755 xdg-terminal-exec -t ${D}${bindir}
|
|
install -Dpm644 xdg-terminals.list -t ${D}${datadir}/xdg-terminal-exec
|
|
install -Dpm644 xdg-terminal-exec.1.gz -t ${D}${datadir}/man/man1
|
|
}
|