linkrot-bin

LOW
maintainer rubiin 0 votes scanned 2026-09-13 11:14:35.915839
View on AUR
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
4pkgname='linkrot-bin'
5pkgver=1.1.2
6pkgrel=1
7pkgdesc='Fast CLI link checker for local files'
8url='https://github.com/rubiin/linkrot'
9arch=('aarch64' 'i686' 'x86_64')
10license=('GPL-3.0-only')
11provides=('linkrot')
12conflicts=('linkrot')
13
14source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rubiin/linkrot/releases/download/v${pkgver}/linkrot_Linux_arm64.tar.gz")
15sha256sums_aarch64=('75ab0054f4793170716681e6d8cf914ea44da1d5d0db39742bc4d746f67480ec')
16
17source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rubiin/linkrot/releases/download/v${pkgver}/linkrot_Linux_i386.tar.gz")
18sha256sums_i686=('c40d2476982223e5c7d0f51f2ba743817ce1995a76131d395a3c3e1ba4966da2')
19
20source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rubiin/linkrot/releases/download/v${pkgver}/linkrot_Linux_x86_64.tar.gz")
21sha256sums_x86_64=('1f867874c9e3f0fe5d8e38d358178ff0265db4084c02adb0963beda3dff8f0aa')
22
23package() {
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)SeverityRules
2026-09-13 11:14:35 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion