mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-01 12:22:25 +00:00
Remove unnecessary Linux dependencies
This commit is contained in:
parent
724b96300a
commit
c243aa657e
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: picocrypt
|
name: picocrypt
|
||||||
summary: A very small, very simple, yet very secure encryption tool.
|
summary: A very small, very simple, yet very secure encryption tool.
|
||||||
description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files, generate checksums, and much more. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the SHA3 hash function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
|
description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files, generate checksums, and much more. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the SHA3 hash function to provide a high level of security, even from three-letter agencies like the NSA. It's designed for maximal security, making absolutely no compromises security-wise, and is built with Go's standard x/crypto modules. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
|
||||||
version: "1.21"
|
version: "1.22"
|
||||||
confinement: strict
|
confinement: strict
|
||||||
base: core20
|
base: core20
|
||||||
grade: stable
|
grade: stable
|
||||||
|
@ -20,7 +20,6 @@ parts:
|
||||||
source: .
|
source: .
|
||||||
build-packages:
|
build-packages:
|
||||||
- gcc
|
- gcc
|
||||||
- make
|
|
||||||
- libx11-dev
|
- libx11-dev
|
||||||
- libxcursor-dev
|
- libxcursor-dev
|
||||||
- libxrandr-dev
|
- libxrandr-dev
|
||||||
|
@ -30,10 +29,8 @@ parts:
|
||||||
- libxxf86vm-dev
|
- libxxf86vm-dev
|
||||||
- libgtk-3-dev
|
- libgtk-3-dev
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- xclip
|
|
||||||
- xdg-utils
|
|
||||||
- libglu1-mesa
|
- libglu1-mesa
|
||||||
- language-pack-en-base
|
- xclip
|
||||||
after:
|
after:
|
||||||
- desktop-glib-only
|
- desktop-glib-only
|
||||||
desktop-glib-only:
|
desktop-glib-only:
|
||||||
|
|
Loading…
Reference in a new issue