mirror of
https://github.com/KDE/kde-linux.git
synced 2026-08-01 17:59:14 -04:00
This is a first step towards the adoption of BuildStream as a technology to produce the binaries needed for KDE Linux.
26 lines
595 B
Plaintext
26 lines
595 B
Plaintext
# SPDX-FileCopyrightText: 2026 Aleix Pol <aleixpol@kde.org>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
kind: manual
|
|
|
|
description: yaml-cpp C++ YAML parser and emitter library
|
|
|
|
sources:
|
|
- kind: git
|
|
url: github:dkms-project/dkms.git
|
|
ref: 6e32f352f3d8c7ccbc6fecb05b1517248a2f3934 # 3.3.0 tag
|
|
track: master
|
|
|
|
build-depends:
|
|
- freedesktop-sdk.bst:public-stacks/buildsystem-make.bst
|
|
|
|
depends:
|
|
- freedesktop-sdk.bst:public-stacks/runtime-minimal.bst
|
|
|
|
config:
|
|
build-commands:
|
|
- ls
|
|
install-commands:
|
|
- make install DESTDIR="%{install-root}" SBIN=/usr/bin MODDIR=/usr/lib/modules
|