All checks were successful
Build / Build project (push) Successful in 1m22s
29 lines
900 B
YAML
29 lines
900 B
YAML
name : minder
|
|
version : 2.0.3
|
|
release : 2
|
|
source :
|
|
- https://github.com/phase1geo/Minder/archive/refs/tags/2.0.3.tar.gz : 27a4a5626ecd95383d0db86cd9a34d5b04b0779dff7870b1a5945f4c909804f5
|
|
homepage : https://github.com/phase1geo/Minder
|
|
license : GPL-3.0-or-later
|
|
component : multimedia.graphics
|
|
summary : Mind-mapping application designed for Pantheon
|
|
description: |
|
|
Mind-mapping application designed for Pantheon
|
|
builddeps :
|
|
- desktop-file-utils
|
|
- vala
|
|
- pkgconfig(granite-7)
|
|
- pkgconfig(gtk4)
|
|
- pkgconfig(gtksourceview-5)
|
|
- pkgconfig(json-glib-1.0)
|
|
- pkgconfig(libarchive)
|
|
- pkgconfig(libhandy-1)
|
|
- pkgconfig(libmarkdown)
|
|
- pkgconfig(libwebp)
|
|
setup : |
|
|
%meson_configure --prefix=/usr
|
|
build : |
|
|
%ninja_build
|
|
install : |
|
|
%ninja_install
|
|
ln -s com.github.phase1geo.minder "$installdir/usr/bin/minder"
|