Skip to content

Commit 2b60736

Browse files
committed
docs: remove unused distros
1 parent 072bbc3 commit 2b60736

File tree

3 files changed

+8
-43
lines changed

3 files changed

+8
-43
lines changed

PKGBUILD

Lines changed: 0 additions & 22 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg)](https://github.com/RichardLitt/standard-readme)
44

5-
65
A decentralized ephemeral file sharing TUI browser 📁 🔄 🔒
76

87
## Overview
@@ -33,21 +32,6 @@ brew install junkanoo
3332
```bash
3433
cargo install junkanoo
3534
```
36-
37-
### Using AUR (Arch Linux)
38-
39-
```bash
40-
yay -S junkanoo
41-
# or
42-
paru -S junkanoo
43-
```
44-
45-
### Using Nix
46-
47-
```bash
48-
nix-env -iA nixpkgs.junkanoo
49-
```
50-
5135
### Building from Source
5236

5337
1. Clone the repository:
@@ -82,9 +66,11 @@ Contributions are welcome! Please feel free to submit a Pull Request.
8266

8367
## Acknowledgments
8468

85-
[rust-libp2p](https://github.com/libp2p/rust-libp2p) - The Rust implementation of the libp2p Networking Stack.
86-
[pcp](https://github.com/dennis-tra/pcp) - A command line peer-to-peer data transfer tool based on libp2p.
87-
[croc](https://github.com/schollz/croc) - A tool that allows any two computers to simply and securely transfer files and folders.
69+
This is of course not the first file sharing tool, and thus I took inspiration from existing tools, as well as relied heavily on other projects code.
70+
71+
- [rust-libp2p](https://github.com/libp2p/rust-libp2p) - The Rust implementation of the libp2p Networking Stack.
72+
- [pcp](https://github.com/dennis-tra/pcp) - A command line peer-to-peer data transfer tool based on libp2p.
73+
- [croc](https://github.com/schollz/croc) - A tool that allows any two computers to simply and securely transfer files and folders.
8874

8975
## License
9076

default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ rustPlatform.buildRustPackage rec {
1717
cargoSha256 = ""; # You'll need to fill this in after building
1818

1919
meta = with lib; {
20-
description = "Decentralized ephemeral file sharing CLI browser";
20+
description = "A decentralized ephemeral file sharing TUI browser";
2121
homepage = "https://github.com/maschad/junkanoo";
2222
license = licenses.mit;
23-
maintainers = with maintainers; [ ];
23+
maintainers = with maintainers; [ maschad ];
24+
platforms = platforms.all;
2425
};
2526
}

0 commit comments

Comments
 (0)