undock-bin

MEDIUM
maintainer Dominiquini 1 votes scanned 2026-09-06 13:11:32.219503
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: clove3am (aka: Caltlgin) <clove.dev.mailbox.org>
2
3_pkgname='undock'
4pkgname="${_pkgname}-bin"
5pkgver=0.14.0
6pkgrel=1
7pkgdesc='Extract contents of a container image in a local folder'
8arch=('x86_64' 'aarch64')
9url='https://github.com/crazy-max/undock'
10license=('MIT')
11provides=("${_pkgname}")
12conflicts=("${_pkgname}")
13source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.gz")
14source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.tar.gz")
15sha256sums_x86_64=('25d99376c951c849cbba65a27cc186c03ae1a2792284040018cbb786e359edf6')
16sha256sums_aarch64=('84a2d6db94169c2d9e903ae4b31d7e554a26ae0626534cba8419a747f239ccf8')
17options=("!strip")
18
19package() {
20 install -Dm755 "${_pkgname}" -t "${pkgdir}/usr/bin"
21 install -Dm644 "README.md" -t "${pkgdir}/usr/share/doc/${_pkgname}"
22 install -Dm644 "CHANGELOG.md" -t "${pkgdir}/usr/share/doc/${_pkgname}"
23 install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${_pkgname}"
24}
25
26

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 13:11:32 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion