32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
name : gameeky
|
|
version : 0.6.5
|
|
release : 1
|
|
source :
|
|
- https://github.com/tchx84/Gameeky/archive/refs/tags/v0.6.5.tar.gz : 08532f004a10cd22dafba3462601db6f8fea070449b015add45b2e5b22f5035e
|
|
homepage : https://github.com/tchx84/Gameeky
|
|
license : GPL-3.0-or-later
|
|
component : programming
|
|
summary : Gameeky lets young learners and educators create and explore cooperative games and learning experiences.
|
|
description: |
|
|
Gameeky lets young learners and educators create and explore cooperative games and learning experiences.
|
|
builddeps :
|
|
- desktop-file-utils
|
|
- pkgconfig(gstreamer-1.0)
|
|
- pkgconfig(gtksourceview-5)
|
|
- pkgconfig(libadwaita-1)
|
|
- pkgconfig(webkitgtk-6.0)
|
|
- pyflakes
|
|
- python-black
|
|
- python-mypy
|
|
- python-pytest
|
|
setup : |
|
|
echo "ru" >> po/LINGUAS
|
|
cp $pkgfiles/ru.po po/ru.po
|
|
meson setup build . --prefix=/usr
|
|
build : |
|
|
meson compile -C build -j 16
|
|
install : |
|
|
DESTDIR=$installdir meson install -C build
|
|
unlink $installdir/usr/share/gameeky/src
|
|
chmod +x $installdir/usr/bin/*
|