cpak-bin

LOW
maintainer stiermid 0 votes scanned 2026-08-30 21:44:16.144172
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: Agil Mammadov <mammadovagil@proton.me>
2pkgname=cpak-bin
3pkgver=2.10.7
4pkgrel=1
5pkgdesc="A fast, decentralized, portable, powerful and low-memory footprint package format for Linux."
6arch=('x86_64' 'aarch64')
7url="https://github.com/Containerpak/cpak"
8license=('LGPL-2.1-only')
9provides=('cpak')
10conflicts=('cpak')
11options=('!strip')
12
13depends=(
14 'slirp4netns'
15 'util-linux'
16 'dbus'
17 'polkit'
18 'tar'
19 'gzip'
20 'xdg-utils'
21)
22
23optdepends=(
24 'webkit2gtk-4.1: web preview adapter'
25 'qt6-base: Qt UI adapter'
26 'knotifications: KDE notifications'
27 'gnome-keyring: Secret Service backend'
28 'kwallet5: KWallet Secret Service backend'
29)
30
31source=("cpak-${pkgver}.tar.gz::https://github.com/Containerpak/cpak/archive/refs/tags/v${pkgver}.tar.gz")
32sha256sums=('45c980d289dac2292ae927afa91ff6a4fedf0f7a3b7fc3d26a53e8166df6dfbe')
33sha256sums_x86_64=('b05e50a4ff52b060a031981c42eec6ad950b96161dbf848e62bff30c33b925c9'
34 'd936785f53fdd8db7b532a17b8b5eae866278228779e6f3e3cf3408673f2341b')
35sha256sums_aarch64=('68e4336d18389f10f2c67abca75814d6fc076a17a1a975ad3e4eb5cd81c389a6'
36 '95156bfa611f2daff29224f2ff45ba1b7e8e8bc02e6323315f583aaa74dc8f9b')
37
38source_x86_64=(
39 "cpak-linux-amd64::https://github.com/Containerpak/cpak/releases/download/v${pkgver}/cpak-linux-amd64"
40 "cpak-storaged-linux-amd64::https://github.com/Containerpak/cpak/releases/download/v${pkgver}/cpak-storaged-linux-amd64"
41)
42
43source_aarch64=(
44 "cpak-linux-arm64::https://github.com/Containerpak/cpak/releases/download/v${pkgver}/cpak-linux-arm64"
45 "cpak-storaged-linux-arm64::https://github.com/Containerpak/cpak/releases/download/v${pkgver}/cpak-storaged-linux-arm64"
46)
47
48package() {
49 cd "cpak-${pkgver}"
50 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
51
52 case "$CARCH" in
53 x86_64) _suffix=amd64 ;;
54 aarch64) _suffix=arm64 ;;
55 esac
56
57 install -Dm755 "${srcdir}/cpak-linux-${_suffix}" \
58 "${pkgdir}/usr/bin/cpak"
59
60 install -Dm755 "${srcdir}/cpak-storaged-linux-${_suffix}" \
61 "${pkgdir}/usr/lib/cpak/cpak-storaged"
62}
63

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 21:44:16 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