carrier-cli-bin
LOW
maintainer novica
0 votes
scanned 2026-09-12 09:11:25.593543
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: novica <nnovica@gmail.com>
2
3
pkgname=carrier-cli-bin
4
pkgver=0.2.2 # renovate: datasource=github-tags depName=joshuamarie/carrier
5
pkgrel=1
6
pkgdesc="A module manager for {box} modules"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/joshuamarie/carrier"
9
license=('MIT')
10
depends=('glibc' 'libgcc')
11
conflicts=('carrier-cli')
12
options=('!debug')
13
provides_x86_64=("carrier-cli=${pkgver}")
14
provides_aarch64=("carrier-cli=${pkgver}")
15
source_x86_64=("${pkgname}-${pkgver}.tar.gz::https://github.com/joshuamarie/carrier/releases/download/v${pkgver}/carrier-x86_64-unknown-linux-gnu.tar.gz"
16
"LICENSE::https://raw.githubusercontent.com/joshuamarie/carrier/refs/tags/v${pkgver}/LICENSE.md")
17
source_aarch64=("${pkgname}-${pkgver}.tar.gz::https://github.com/joshuamarie/carrier/releases/download/v${pkgver}/carrier-aarch64-unknown-linux-gnu.tar.gz"
18
"LICENSE::https://raw.githubusercontent.com/joshuamarie/carrier/refs/tags/v${pkgver}/LICENSE.md")
19
20
package() {
21
cd "$srcdir"/carrier-*-unknown-linux-gnu
22
23
install -Dm755 carrier "$pkgdir/usr/bin/carrier-cli"
24
install -Dm644 "$srcdir/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
25
}
26
27
sha256sums_x86_64=('97349d21b1b8e65bbfac878c1b047f70aa566b1446e20e34daaaec066c1f8963'
28
'ec04d5f03c96b3c4bd5afec05f4f73536ae26765323747e5969a0760809cdc93')
29
sha256sums_aarch64=('a9b8c964166380a9d30523a769eb20d2a3c8fe80cb6f9268258012475df4defb'
30
'ec04d5f03c96b3c4bd5afec05f4f73536ae26765323747e5969a0760809cdc93')
31
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 09:11:25 | Low | 1 |