codex-shwap

LOW
maintainer stealthspectre 0 votes scanned 2026-09-08 05:16:12.985842
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: Aneesh Sambu <sambuaneesh@gmail.com>
2
3pkgname=codex-shwap
4pkgver=0.1.0
5pkgrel=1
6pkgdesc='Secure, keyboard-first TUI account switcher for Codex'
7arch=('x86_64')
8url='https://github.com/sambuaneesh/codex-shwap'
9license=('MIT')
10depends=('gcc-libs')
11makedepends=('cargo')
12conflicts=('codex-shwap-bin')
13provides=("$pkgname=$pkgver")
14options=('!debug')
15source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
16sha256sums=('14ec5812a5c380b8b2489657977ff88c88d72f88873617893f444738f4bc094d')
17
18build() {
19 cd "$pkgname-$pkgver"
20 cargo build --release --locked
21}
22
23package() {
24 cd "$pkgname-$pkgver"
25 install -Dm755 target/release/codex-shwap "$pkgdir/usr/bin/codex-shwap"
26 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 05:16:12 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