undock-bin
MEDIUM
maintainer Dominiquini
1 votes
scanned 2026-09-06 13:11:32.219503
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'
4
pkgname="${_pkgname}-bin"
5
pkgver=0.14.0
6
pkgrel=1
7
pkgdesc='Extract contents of a container image in a local folder'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/crazy-max/undock'
10
license=('MIT')
11
provides=("${_pkgname}")
12
conflicts=("${_pkgname}")
13
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.tar.gz")
14
source_aarch64=("${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_arm64.tar.gz")
15
sha256sums_x86_64=('25d99376c951c849cbba65a27cc186c03ae1a2792284040018cbb786e359edf6')
16
sha256sums_aarch64=('84a2d6db94169c2d9e903ae4b31d7e554a26ae0626534cba8419a747f239ccf8')
17
options=("!strip")
18
19
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |