This commit is contained in:
parent
4f9ec7cb7e
commit
d3220cb0c0
2 changed files with 32 additions and 0 deletions
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
# minder
|
||||
|
||||
Create, develop and visualize your ideas.
|
||||
|
||||

|
27
package.yml
Normal file
27
package.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
name : minder
|
||||
version : 1.17.0
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/phase1geo/Minder/archive/refs/tags/1.17.0.tar.gz : 440dec61b25efdb40d166f683845aba93cb382bb92379b1a1a66a4ac0f3a37a3
|
||||
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 :
|
||||
- vala
|
||||
- pkgconfig(granite)
|
||||
- pkgconfig(gtk+-3.0)
|
||||
- pkgconfig(gtksourceview-4)
|
||||
- pkgconfig(json-glib-1.0)
|
||||
- pkgconfig(libarchive)
|
||||
- pkgconfig(libhandy-1)
|
||||
- pkgconfig(libmarkdown)
|
||||
setup : |
|
||||
%meson_configure --prefix=/usr
|
||||
build : |
|
||||
%ninja_build
|
||||
install : |
|
||||
%ninja_install
|
||||
ln -s com.github.phase1geo.minder "$installdir/usr/bin/minder"
|
Loading…
Add table
Add a link
Reference in a new issue