28 lines
944 B
YAML
28 lines
944 B
YAML
name : kumir2
|
|
version : 2.1.0
|
|
release : 1
|
|
source :
|
|
- git|https://git.niisi.ru/kumir/kumir2.git: 87a046dffda7fb19960a4d973f1aea94177e3678
|
|
homepage : https://www.niisi.ru/kumir/
|
|
license : GPL-2.0-or-later
|
|
component : programming
|
|
summary : A programming system designed to support introductory computer science and programming courses in secondary and higher education.
|
|
description: |
|
|
A programming system designed to support introductory computer science and programming courses in secondary and higher education.
|
|
builddeps :
|
|
- git
|
|
- pkgconfig(Qt5Script)
|
|
- pkgconfig(Qt5Svg)
|
|
- pkgconfig(Qt5UiTools)
|
|
- pkgconfig(Qt5X11Extras)
|
|
- pkgconfig(x11)
|
|
setup : |
|
|
%cmake_ninja -B build \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DUSE_QT=5 \
|
|
-DCMAKE_INSTALL_PREFIX:PATH=/usr
|
|
build : |
|
|
%ninja_build -C build
|
|
install : |
|
|
DESTDIR=${installdir} cmake --install build
|