init
This commit is contained in:
commit
f9d724b01c
|
@ -0,0 +1,5 @@
|
||||||
|
# kumir2
|
||||||
|
|
||||||
|
Система программирования, предназначенная для поддержки начальных курсов информатики и программирования в средней и высшей школе.
|
||||||
|
|
||||||
|

|
|
@ -0,0 +1,27 @@
|
||||||
|
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
|
Loading…
Reference in New Issue