Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://gitlab.com/vinarisoftware/integrity-check-gtk

Integrity Check - Vinari Software is a Linux application written in Vala and GTK, designed to get the verification sum of a file (MD5, SHA1, SHA256, SHA512) and compare to the sum of verification provided by the file creator.
https://gitlab.com/vinarisoftware/integrity-check-gtk

checksum gnome gtk hash vala vinari

Last synced: 8 days ago
JSON representation

Integrity Check - Vinari Software is a Linux application written in Vala and GTK, designed to get the verification sum of a file (MD5, SHA1, SHA256, SHA512) and compare to the sum of verification provided by the file creator.

Awesome Lists containing this project

README

        

#+TITLE: IntegrityCheck-GTK4 README
#+AUTHOR: VINARI SOFTWARE (vinarisoftware)

* Integrity Check - Vinari Software [GTK4 version]

+ [[https://gitlab.com/vinarisoftware/integrity-check-gtk/-/tree/master][MASTER-Branch]]
+ [[https://gitlab.com/vinarisoftware/integrity-check-gtk/-/tree/gtk3][GTK3-Branch]]

+ Integrity Check - Vinari Software [GTK4 version] is a GUI application designed to get the verification sum of a file (MD5, SHA1, SHA384, SHA256 and SHA512) and compare to the sum of verification provided, and by doing this, it can determine if the file you are working on is corrupted or not.

** Compilation/dependencies and installation guide:

**** In order to compile this project you will need the following packages
| Debian package name | Arch package name | OpenSUSE package name |
|---------------------+-------------------+-----------------------|
| valac | vala | vala |
| gcc | gcc | gcc |
| meson | meson | meson |
| ninja-build | ninja | ninja |
| libglib2.0-dev | glib2 | glib2-devel |
| libgtk-4-dev | gtk4 | gtk4-devel |
| gettext | gettext | gettext-tools |
|---------------------+-------------------+-----------------------|

*** Compilation guide:

+ You need to open a terminal in the root directory of the project, tipically is called "integrity-check-gtk-master", once you're there, you'll need to run the following commands:

#+BEGIN_SRC sh
$ ./check-compilation-tools
$ make config
$ cd build/
$ ninja
$ ./src/org.vinarisoftware.integritycheck
#+END_SRC

*** Installation guide:

+ You need to open a terminal in the root directory of the project, tipically is called "integrity-check-gtk-master", once you're there, you'll need to run the following commands:

#+BEGIN_SRC sh
$ ./check-compilation-tools
$ make config
$ cd build/
$ ninja
$ cd ..
$ sudo make install
#+END_SRC

*** Uninstallation guide:

+ You need to open a terminal in the root directory of the project, tipically is called "integrity-check-gtk-master", once you're there, you'll need to run the following commands:

#+BEGIN_SRC sh
$ sudo make uninstall
#+END_SRC

[[./Screenshots/Main Window.png]]

* Contact with the developers

| Contact | Link |
|------------------------+-------------------------------|
| Vinari Software (Mail) | [[mailto:[email protected]][Vinari Software E-Mail]] |
| Vinari Software (Chat) | [[https://vinarisoftware.wixsite.com/vinari/contacta-con-nosotros][Vinari Software website]] |
| Vinari OS (Mail) | [[https://vinarios.me][Vinari OS website]] |