archlinux-inputs-fsck 0.1.0

Lint repository of PKGBUILDs for cryptographically pinned inputs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# archlinux-inputs-fsck

Lint a repository of PKGBUILDs to ensure all inputs are cryptographically pinned.

```sh
git clone https://github.com/kpcyrd/archlinux-inputs-fsck
cd archlinux-inputs-fsck
git clone --depth=1 https://github.com/archlinux/svntogit-community
cargo run --release -- check --all -W ./svntogit-community/
```

## License

GPLv3+