-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Showing
4 changed files
with
105 additions
and
41 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Name=Raspirus | ||
GenericName=Raspirus | ||
Comment=A user- and resources-friendly rules-based malware scanner | ||
Exec=raspirus | ||
Terminal=false | ||
Type=Application | ||
Icon=${SNAP}/meta/gui/raspirus.svg | ||
Categories=GTK;Utility; | ||
StartupNotify=false |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: raspirus | ||
base: core22 | ||
version: 2.0.0 | ||
summary: A resource- and human-friendly malware scanner | ||
description: Raspirus is your cost-free, versatile malware scanner. Tailored rules-based detection, comprehensive file scans, and privacy prioritized for swift, reliable protection. | ||
grade: stable | ||
confinement: strict | ||
architectures: | ||
- build-on: [amd64] | ||
- build-on: [arm64] | ||
- build-on: [riscv64] | ||
|
||
|
||
parts: | ||
raspirus: | ||
plugin: rust | ||
source: . | ||
stage-packages: | ||
- libssl-dev | ||
|
||
apps: | ||
raspirus: | ||
command: bin/raspirus | ||
plugs: | ||
- home | ||
- removable-media | ||
- network | ||
extensions: | ||
- gnome |
This file was deleted.
Oops, something went wrong.