Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hasufell/prism-overlay
Overlay for apps related to secure communication, cryptography and anonymity
https://github.com/hasufell/prism-overlay
Last synced: 23 days ago
JSON representation
Overlay for apps related to secure communication, cryptography and anonymity
- Host: GitHub
- URL: https://github.com/hasufell/prism-overlay
- Owner: hasufell
- Created: 2014-12-31T15:52:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T10:40:44.000Z (over 7 years ago)
- Last Synced: 2024-05-01T21:41:51.133Z (6 months ago)
- Language: Shell
- Size: 290 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Purpose and scope
Overlay for apps related to secure communication, cryptography and anonymity. This overlay may contain libraries.
### Contributing
* proper Copyright header
* license should be GPL-2
* all commits MUST be gpg-signed
* always provide a metadata.xml with contact information### Adding the overlay
With paludis: see [Paludis repository configuration](http://paludis.exherbo.org/configuration/repositories/index.html)
With layman:
```layman -a prism-overlay``` or ```layman -f -o https://raw.github.com/hasufell/prism-overlay/master/repository.xml -a prism-overlay```### Signature verification
All commits on the first parent (at least) are signed by me.
You can verify the repository via:
```
[ -z "$(git show -q --pretty="format:%G?" $(git rev-list --first-parent master) | grep -v G)" ] && echo "verification success" || echo "verification failure"
```If the verification failed, you can examine which commits did
via
```
git show -q --pretty="format:%h %an %G?" $(git rev-list --first-parent master) | grep '.* [NBU]$'
```### Random Links
https://prism-break.org
https://github.com/urras/gentoo-overlay-tox
https://github.com/gentoo/libressl