Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Apr 30, 2020
1 parent abead0f commit 56a8f95
Show file tree
Hide file tree
Showing 48 changed files with 1,679 additions and 161 deletions.
827 changes: 668 additions & 159 deletions LICENSE

Large diffs are not rendered by default.

44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,42 @@
# gitscovery
Find new GitHub repositories
<div align="center">
<!-- <img src="https://i.imgur.com/eQ4FLtV.png" width="64"> -->
<h1 align="center">Gitscover</h1>
<p align="center">Discover new GitHub repositories</p>
</div>

<br/>

<div align="center">
<a href="https://github.com/linuxhubit/gitscover/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-GPL--3.0-blue.svg">
</a>
</div>

<div align="center">
<img src="https://github.com/linuxhubit/gitscover/raw/master/data/screenshot-1.png">
</div>

## Problems/New Features?
Open a new Issue [here](https://github.com/linuxhubit/gitscover/issues).

## How to run
```bash
com.github.linuxhubit.gitscover
```

## Installation

### From AppCenter
Not published.
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.linuxhubit/gitscover)


### From .deb package
Grab an updated release [here](https://github.com/linuxhubit/gitscover/releases), then install:

```bash
sudo dpkg -i com.github.linuxhubit/gitscover_*.deb
```



205 changes: 205 additions & 0 deletions build/build.ninja
Original file line number Diff line number Diff line change
@@ -0,0 +1,205 @@
# This is the build file for project "com.github.linuxhubit.gitscover"
# It is autogenerated by the Meson build system.
# Do not edit by hand.

ninja_required_version = 1.5.1

# Rules for compiling.

rule c_COMPILER
command = cc $ARGS -MD -MQ $out -MF '$DEPFILE' -o $out -c $in
deps = gcc
depfile = $DEPFILE
description = Compiling C object $out.

rule c_PCH
command = cc $ARGS -MD -MQ $out -MF '$DEPFILE' -o $out -c $in
deps = gcc
depfile = $DEPFILE
description = Precompiling header $in.

rule vala_COMPILER
command = valac $ARGS $in
description = Compiling Vala source $in.
restat = 1


# Rules for linking.

rule STATIC_LINKER
command = rm -f $out && gcc-ar $LINK_ARGS $out $in
description = Linking static target $out.

rule c_LINKER
command = cc $ARGS -o $out $in $LINK_ARGS $aliasing
description = Linking target $out.


rule SHSYM
command = /usr/bin/meson --internal symbolextractor $in $out $CROSS
restat = 1
description = Generating symbol file $out.

# Other rules

rule CUSTOM_COMMAND
command = $COMMAND
description = $DESC
restat = 1

rule CUSTOM_COMMAND_DEP
command = $COMMAND
description = $DESC
deps = gcc
depfile = $DEPFILE
restat = 1

rule REGENERATE_BUILD
command = /usr/bin/meson --internal regenerate /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build --backend ninja
description = Regenerating build files.
generator = 1


# Phony build target, always out of date
build PHONY: phony

# Build rules for targets

build meson-out/com.github.linuxhubit.gitscover@exe/src/Application.c meson-out/com.github.linuxhubit.gitscover@exe/src/MainWindow.c meson-out/com.github.linuxhubit.gitscover@exe/src/Sources.c: vala_COMPILER ../src/Application.vala ../src/MainWindow.vala ../src/Sources.vala
ARGS = -C --debug --debug --pkg gtk+-3.0 --pkg granite --pkg glib-2.0 --pkg gobject-2.0 --color=always --directory meson-out/com.github.linuxhubit.gitscover@exe --basedir ../

build meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Application.c.o: c_COMPILER meson-out/com.github.linuxhubit.gitscover@exe/src/Application.c
DEPFILE = meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Application.c.o.d
ARGS = -Imeson-out/com.github.linuxhubit.gitscover@exe -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/granite -I/usr/include/gee-0.8 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -w -g '-DGETTEXT_PACKAGE="com.github.linuxhubit.gitscover"' -pthread

build meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_MainWindow.c.o: c_COMPILER meson-out/com.github.linuxhubit.gitscover@exe/src/MainWindow.c
DEPFILE = meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_MainWindow.c.o.d
ARGS = -Imeson-out/com.github.linuxhubit.gitscover@exe -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/granite -I/usr/include/gee-0.8 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -w -g '-DGETTEXT_PACKAGE="com.github.linuxhubit.gitscover"' -pthread

build meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Sources.c.o: c_COMPILER meson-out/com.github.linuxhubit.gitscover@exe/src/Sources.c
DEPFILE = meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Sources.c.o.d
ARGS = -Imeson-out/com.github.linuxhubit.gitscover@exe -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/granite -I/usr/include/gee-0.8 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -w -g '-DGETTEXT_PACKAGE="com.github.linuxhubit.gitscover"' -pthread

build meson-out/com.github.linuxhubit.gitscover: c_LINKER meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Application.c.o meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_MainWindow.c.o meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Sources.c.o | /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libgranite.so /usr/lib/x86_64-linux-gnu/libgee-0.8.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgtk-3.so /usr/lib/x86_64-linux-gnu/libgdk-3.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libcairo-gobject.so /usr/lib/x86_64-linux-gnu/libcairo.so /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so
LINK_ARGS = -Wl,--no-undefined -Wl,--as-needed -Wl,--start-group /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/x86_64-linux-gnu/libgranite.so /usr/lib/x86_64-linux-gnu/libgee-0.8.so /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgtk-3.so /usr/lib/x86_64-linux-gnu/libgdk-3.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libcairo-gobject.so /usr/lib/x86_64-linux-gnu/libcairo.so /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so -Wl,--end-group '-Wl,-rpath,$$ORIGIN/' -Wl,-rpath-link,/home/mirko/Projects/gitscover/build/meson-out

build meson-out/com.github.linuxhubit.gitscover.desktop: CUSTOM_COMMAND ../data/com.github.linuxhubit.gitscover.desktop.in
COMMAND = /usr/bin/meson --internal msgfmthelper ../data/com.github.linuxhubit.gitscover.desktop.in meson-out/com.github.linuxhubit.gitscover.desktop desktop /home/mirko/Projects/gitscover/po/extra
description = Generating$ com.github.linuxhubit.gitscover.desktop_data_merge$ with$ a$ custom$ command.

build meson-out/com.github.linuxhubit.gitscover.appdata.xml: CUSTOM_COMMAND ../data/com.github.linuxhubit.gitscover.appdata.xml.in
COMMAND = /usr/bin/meson --internal msgfmthelper ../data/com.github.linuxhubit.gitscover.appdata.xml.in meson-out/com.github.linuxhubit.gitscover.appdata.xml xml /home/mirko/Projects/gitscover/po/extra
description = Generating$ com.github.linuxhubit.gitscover.appdata.xml_data_merge$ with$ a$ custom$ command.

build meson-com.github.linuxhubit.gitscover-pot: CUSTOM_COMMAND
COMMAND = /usr/bin/meson --internal commandrunner /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build po /usr/bin/meson /usr/bin/meson --internal gettext pot --pkgname=com.github.linuxhubit.gitscover --extra-args=--keyword=_@@--keyword=NC_:1c,2@@--flag=g_string_append_printf:2:c-format@@--keyword=g_dngettext:2,3@@--flag=N_:1:pass-c-format@@--flag=g_string_printf:2:c-format@@--keyword=N_@@--add-comments@@--flag=C_:2:pass-c-format@@--keyword=g_dcgettext:2@@--from-code=UTF-8@@--directory=/home/mirko/Projects/gitscover@@--keyword=C_:1c,2@@--flag=g_strdup_printf:1:c-format@@--flag=g_dngettext:2:pass-c-format@@--flag=g_error_new:3:c-format@@--flag=g_set_error:4:c-format@@--keyword=g_dpgettext2:2c,3@@--flag=NC_:2:pass-c-format
description = Running$ external$ command$ com.github.linuxhubit.gitscover-pot.
pool = console

build com.github.linuxhubit.gitscover-pot: phony meson-com.github.linuxhubit.gitscover-pot

build meson-com.github.linuxhubit.gitscover-gmo: CUSTOM_COMMAND
COMMAND = /usr/bin/meson --internal commandrunner /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build po /usr/bin/meson /usr/bin/meson --internal gettext gen_gmo
description = Running$ external$ command$ com.github.linuxhubit.gitscover-gmo.
pool = console

build com.github.linuxhubit.gitscover-gmo: phony meson-com.github.linuxhubit.gitscover-gmo

build meson-com.github.linuxhubit.gitscover-update-po: CUSTOM_COMMAND
COMMAND = /usr/bin/meson --internal commandrunner /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build po /usr/bin/meson /usr/bin/meson --internal gettext update_po --pkgname=com.github.linuxhubit.gitscover --extra-args=--keyword=_@@--keyword=NC_:1c,2@@--flag=g_string_append_printf:2:c-format@@--keyword=g_dngettext:2,3@@--flag=N_:1:pass-c-format@@--flag=g_string_printf:2:c-format@@--keyword=N_@@--add-comments@@--flag=C_:2:pass-c-format@@--keyword=g_dcgettext:2@@--from-code=UTF-8@@--directory=/home/mirko/Projects/gitscover@@--keyword=C_:1c,2@@--flag=g_strdup_printf:1:c-format@@--flag=g_dngettext:2:pass-c-format@@--flag=g_error_new:3:c-format@@--flag=g_set_error:4:c-format@@--keyword=g_dpgettext2:2c,3@@--flag=NC_:2:pass-c-format
description = Running$ external$ command$ com.github.linuxhubit.gitscover-update-po.
pool = console

build com.github.linuxhubit.gitscover-update-po: phony meson-com.github.linuxhubit.gitscover-update-po

build meson-extra-pot: CUSTOM_COMMAND
COMMAND = /usr/bin/meson --internal commandrunner /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build po/extra /usr/bin/meson /usr/bin/meson --internal gettext pot --pkgname=extra --extra-args=--keyword=_@@--keyword=NC_:1c,2@@--flag=g_string_append_printf:2:c-format@@--keyword=g_dngettext:2,3@@--flag=N_:1:pass-c-format@@--flag=g_string_printf:2:c-format@@--keyword=N_@@--add-comments@@--flag=C_:2:pass-c-format@@--keyword=g_dcgettext:2@@--from-code=UTF-8@@--directory=/home/mirko/Projects/gitscover@@--keyword=C_:1c,2@@--flag=g_strdup_printf:1:c-format@@--flag=g_dngettext:2:pass-c-format@@--flag=g_error_new:3:c-format@@--flag=g_set_error:4:c-format@@--keyword=g_dpgettext2:2c,3@@--flag=NC_:2:pass-c-format
description = Running$ external$ command$ extra-pot.
pool = console

build extra-pot: phony meson-extra-pot

build meson-extra-gmo: CUSTOM_COMMAND
COMMAND = /usr/bin/meson --internal commandrunner /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build po/extra /usr/bin/meson /usr/bin/meson --internal gettext gen_gmo
description = Running$ external$ command$ extra-gmo.
pool = console

build extra-gmo: phony meson-extra-gmo

build meson-extra-update-po: CUSTOM_COMMAND
COMMAND = /usr/bin/meson --internal commandrunner /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build po/extra /usr/bin/meson /usr/bin/meson --internal gettext update_po --pkgname=extra --extra-args=--keyword=_@@--keyword=NC_:1c,2@@--flag=g_string_append_printf:2:c-format@@--keyword=g_dngettext:2,3@@--flag=N_:1:pass-c-format@@--flag=g_string_printf:2:c-format@@--keyword=N_@@--add-comments@@--flag=C_:2:pass-c-format@@--keyword=g_dcgettext:2@@--from-code=UTF-8@@--directory=/home/mirko/Projects/gitscover@@--keyword=C_:1c,2@@--flag=g_strdup_printf:1:c-format@@--flag=g_dngettext:2:pass-c-format@@--flag=g_error_new:3:c-format@@--flag=g_set_error:4:c-format@@--keyword=g_dpgettext2:2c,3@@--flag=NC_:2:pass-c-format
description = Running$ external$ command$ extra-update-po.
pool = console

build extra-update-po: phony meson-extra-update-po

# Test rules

build meson-test: CUSTOM_COMMAND all PHONY
COMMAND = /usr/bin/meson test --no-rebuild --print-errorlogs
DESC = Running$ all$ tests.
pool = console

build test: phony meson-test

build meson-benchmark: CUSTOM_COMMAND all PHONY
COMMAND = /usr/bin/meson test --benchmark --logbase benchmarklog --num-processes=1 --no-rebuild
DESC = Running$ benchmark$ suite.
pool = console

build benchmark: phony meson-benchmark

# Install rules

build meson-install: CUSTOM_COMMAND PHONY | all
DESC = Installing$ files.
COMMAND = /usr/bin/meson install --no-rebuild
pool = console

build install: phony meson-install

build meson-dist: CUSTOM_COMMAND PHONY
DESC = Creating$ source$ packages
COMMAND = /usr/bin/meson --internal dist /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build /usr/bin/meson
pool = console

build dist: phony meson-dist

# Suffix

build meson-scan-build: CUSTOM_COMMAND PHONY
COMMAND = /usr/bin/meson --internal scanbuild /home/mirko/Projects/gitscover /home/mirko/Projects/gitscover/build /usr/bin/meson
pool = console

build scan-build: phony meson-scan-build

build meson-uninstall: CUSTOM_COMMAND PHONY
COMMAND = /usr/bin/meson --internal uninstall
pool = console

build uninstall: phony meson-uninstall

build all: phony meson-out/com.github.linuxhubit.gitscover meson-out/com.github.linuxhubit.gitscover.desktop meson-out/com.github.linuxhubit.gitscover.appdata.xml

default all

build clean: phony meson-clean

build meson-clean-ctlist: CUSTOM_COMMAND PHONY
COMMAND = /usr/bin/meson --internal cleantrees /home/mirko/Projects/gitscover/build/meson-private/cleantrees.dat
description = Cleaning$ custom$ target$ directories.

build clean-ctlist: phony meson-clean-ctlist

build meson-clean: CUSTOM_COMMAND PHONY | clean-ctlist
COMMAND = ninja -t clean
description = Cleaning.

build build.ninja: REGENERATE_BUILD ../meson.build ../src/meson.build ../data/meson.build ../po/meson.build ../po/extra/meson.build meson-private/coredata.dat
pool = console

build reconfigure: REGENERATE_BUILD PHONY
pool = console

build ../meson.build ../src/meson.build ../data/meson.build ../po/meson.build ../po/extra/meson.build meson-private/coredata.dat: phony

22 changes: 22 additions & 0 deletions build/compile_commands.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"directory": "/home/mirko/Projects/gitscover/build",
"command": "valac -C --debug --debug --pkg gtk+-3.0 --pkg granite --pkg glib-2.0 --pkg gobject-2.0 --color=always --directory meson-out/com.github.linuxhubit.gitscover@exe --basedir ../ ../src/Application.vala ../src/MainWindow.vala ../src/Sources.vala",
"file": "../src/Application.vala"
},
{
"directory": "/home/mirko/Projects/gitscover/build",
"command": "cc -Imeson-out/com.github.linuxhubit.gitscover@exe -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/granite -I/usr/include/gee-0.8 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -w -g '-DGETTEXT_PACKAGE=\"com.github.linuxhubit.gitscover\"' -pthread -MD -MQ 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Application.c.o' -MF 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Application.c.o.d' -o 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Application.c.o' -c 'meson-out/com.github.linuxhubit.gitscover@exe/src/Application.c'",
"file": "meson-out/com.github.linuxhubit.gitscover@exe/src/Application.c"
},
{
"directory": "/home/mirko/Projects/gitscover/build",
"command": "cc -Imeson-out/com.github.linuxhubit.gitscover@exe -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/granite -I/usr/include/gee-0.8 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -w -g '-DGETTEXT_PACKAGE=\"com.github.linuxhubit.gitscover\"' -pthread -MD -MQ 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_MainWindow.c.o' -MF 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_MainWindow.c.o.d' -o 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_MainWindow.c.o' -c 'meson-out/com.github.linuxhubit.gitscover@exe/src/MainWindow.c'",
"file": "meson-out/com.github.linuxhubit.gitscover@exe/src/MainWindow.c"
},
{
"directory": "/home/mirko/Projects/gitscover/build",
"command": "cc -Imeson-out/com.github.linuxhubit.gitscover@exe -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/granite -I/usr/include/gee-0.8 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -w -g '-DGETTEXT_PACKAGE=\"com.github.linuxhubit.gitscover\"' -pthread -MD -MQ 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Sources.c.o' -MF 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Sources.c.o.d' -o 'meson-out/com.github.linuxhubit.gitscover@exe/meson-generated_src_Sources.c.o' -c 'meson-out/com.github.linuxhubit.gitscover@exe/src/Sources.c'",
"file": "meson-out/com.github.linuxhubit.gitscover@exe/src/Sources.c"
}
]
Loading

0 comments on commit 56a8f95

Please sign in to comment.