age-plugin-sshagent

LOW
maintainer Abdullah 0 votes scanned 2026-09-03 03:52:21.844053
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# Maintainer: Abdullah Khabir <abdullahx1c@gmail.com>
2pkgname=age-plugin-sshagent
3pkgver=0.1.1
4pkgrel=1
5pkgdesc='age plugin deriving X25519 identities from deterministic ssh-agent signatures'
6arch=('x86_64')
7url='https://github.com/eszio/age-plugin-sshagent'
8license=('BSD-3-Clause')
9depends=('glibc')
10makedepends=('go')
11source=("$pkgname-$pkgver.tar.gz::https://github.com/eszio/age-plugin-sshagent/archive/refs/tags/v$pkgver.tar.gz")
12sha512sums=('aee33de6696794f4a6de095227b2dce9cb4633a222b499cc87469a7a62c09e6a0f46a1a911b9ef11182280935c67990137771db02b118f696387564f84dd65e4')
13
14build() {
15 cd "$pkgname-$pkgver"
16
17 go build \
18 -trimpath \
19 -ldflags="-buildid= -s -w" \
20 -o age-plugin-sshagent .
21}
22
23check() {
24 cd "$pkgname-$pkgver"
25 go test ./...
26}
27
28package() {
29 cd "$pkgname-$pkgver"
30
31 install -Dm755 age-plugin-sshagent \
32 "$pkgdir/usr/bin/age-plugin-sshagent"
33
34 install -Dm644 LICENSE \
35 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 03:52:21 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