-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
857ef80
commit ceb3453
Showing
1 changed file
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
# Raider <img align="right" alt="Number of downloads" src="https://img.shields.io/flathub/downloads/com.github.ADBeveridge.Raider?style=flat-square"> <img align="right" alt="AUR" src="https://img.shields.io/aur/version/raider-file-shredder?style=flat-square"></a> <img align="right" alt="Fedora COPR build status" src="https://copr.fedorainfracloud.org/coprs/0xmrtt/raider/package/raider/status_image/last_build.png"/> | ||
|
||
Raider is a shredding program built for the GNOME desktop. It uses its own internal shredding code instead of an external program. | ||
|
||
## Download | ||
<a href='https://beta.flathub.org/apps/details/com.github.ADBeveridge.Raider'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a> | ||
|
||
## Useful Links | ||
* GNOME Circle: <https://apps.gnome.org/app/com.github.ADBeveridge.Raider/> | ||
* Arch Linux AUR: <https://aur.archlinux.org/packages/raider-file-shredder> | ||
* Fedora COPR: <https://copr.fedorainfracloud.org/coprs/0xmrtt/raider/package/raider/> | ||
* Build manifest: <https://github.com/flathub/com.github.ADBeveridge.Raider> | ||
# Raider <img align="right" alt="Number of downloads" src="https://img.shields.io/flathub/downloads/com.github.ADBeveridge.Raider?style=flat-square"> <img align="right" alt="AUR" src="https://img.shields.io/aur/version/raider-file-shredder?style=flat-square"></a> <img align="right" alt="Fedora COPR build status" src="https://copr.fedorainfracloud.org/coprs/0xmrtt/raider/package/raider/status_image/last_build.png"/> | ||
|
||
Raider is a shredding program built for the GNOME desktop. It uses its own internal shredding code instead of an external program. | ||
|
||
## Download | ||
<a href='https://beta.flathub.org/apps/details/com.github.ADBeveridge.Raider'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a> | ||
|
||
# Compiling | ||
## GNOME Builder | ||
* Install GNOME Builder. This should be in your distro's repositories. It is also available here: https://flathub.org/apps/org.gnome.Builder | ||
* Download the source of this project from GitHub. | ||
* Open the project in Builder, and after installing SDKs, click the Run command. | ||
## Commandline | ||
### Fedora | ||
* `sudo dnf install meson gcc gtk4-devel libadwaita-devel desktop-file-utils python3-gobject` | ||
* `meson setup builddir` | ||
* `cd builddir` | ||
* `ninja` | ||
* `sudo meson install` | ||
|
||
## Useful Links | ||
* GNOME Circle: <https://apps.gnome.org/app/com.github.ADBeveridge.Raider/> | ||
* Arch Linux AUR: <https://aur.archlinux.org/packages/raider-file-shredder> | ||
* Fedora COPR: <https://copr.fedorainfracloud.org/coprs/0xmrtt/raider/package/raider/> | ||
* Build manifest: <https://github.com/flathub/com.github.ADBeveridge.Raider> | ||
* Report issues: <https://github.com/ADBeveridge/raider/issues/> |