linkrot-bin
LOW
maintainer rubiin
0 votes
scanned 2026-09-13 11:14:35.915839
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# This file was generated by GoReleaser. DO NOT EDIT.
2
# Maintainer: rubiin <roobin.bhandari@gmail.com>
3
4
pkgname='linkrot-bin'
5
pkgver=1.1.2
6
pkgrel=1
7
pkgdesc='Fast CLI link checker for local files'
8
url='https://github.com/rubiin/linkrot'
9
arch=('aarch64' 'i686' 'x86_64')
10
license=('GPL-3.0-only')
11
provides=('linkrot')
12
conflicts=('linkrot')
13
14
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rubiin/linkrot/releases/download/v${pkgver}/linkrot_Linux_arm64.tar.gz")
15
sha256sums_aarch64=('75ab0054f4793170716681e6d8cf914ea44da1d5d0db39742bc4d746f67480ec')
16
17
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rubiin/linkrot/releases/download/v${pkgver}/linkrot_Linux_i386.tar.gz")
18
sha256sums_i686=('c40d2476982223e5c7d0f51f2ba743817ce1995a76131d395a3c3e1ba4966da2')
19
20
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rubiin/linkrot/releases/download/v${pkgver}/linkrot_Linux_x86_64.tar.gz")
21
sha256sums_x86_64=('1f867874c9e3f0fe5d8e38d358178ff0265db4084c02adb0963beda3dff8f0aa')
22
23
package() {
24
# bin
25
install -Dm755 "./linkrot" "${pkgdir}/usr/bin/linkrot"
26
# license
27
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/linkrot/LICENSE"
28
# completions (generated at package time from the shipped binary)
29
./linkrot completion bash > linkrot.bash
30
./linkrot completion zsh > _linkrot
31
./linkrot completion fish > linkrot.fish
32
install -Dm644 "linkrot.bash" "${pkgdir}/usr/share/bash-completion/completions/linkrot"
33
install -Dm644 "_linkrot" "${pkgdir}/usr/share/zsh/site-functions/_linkrot"
34
install -Dm644 "linkrot.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/linkrot.fish"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-13 11:14:35 | Low | 1 |