veet-bin

LOW
maintainer czyt 0 votes scanned 2026-08-19 15:42:02.122486
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: czyt <czytcn@gmail.com>
2pkgname=veet-bin
3pkgver=1.0.3
4pkgrel=1
5pkgdesc="Universal Linux Application Uninstaller & Deep-Clean Residual Purger"
6arch=('x86_64' 'aarch64' 'armv7h')
7url="https://github.com/swadhinbiswas/veet"
8license=('MIT')
9options=('!strip' '!debug')
10provides=('veet')
11conflicts=('veet')
12optdepends=(
13 'flatpak: clean flatpak applications'
14 'snapd: clean snap applications'
15 'ttf-jetbrains-mono-nerd: improved terminal rendering'
16 'ttf-nerd-fonts-symbols: TUI glyph support'
17)
18_releases_url="https://github.com/swadhinbiswas/veet"
19source=("${pkgname}-LICENSE::${_releases_url}/raw/v${pkgver}/LICENSE")
20source_x86_64=("${pkgname}-${pkgver}-amd64.tar.gz::${_releases_url}/releases/download/v${pkgver}/veet-v${pkgver}-linux-amd64.tar.gz")
21source_aarch64=("${pkgname}-${pkgver}-arm64.tar.gz::${_releases_url}/releases/download/v${pkgver}/veet-v${pkgver}-linux-arm64.tar.gz")
22source_armv7h=("${pkgname}-${pkgver}-armv7.tar.gz::${_releases_url}/releases/download/v${pkgver}/veet-v${pkgver}-linux-armv7.tar.gz")
23sha256sums=('fb14e2f68989abb28130c42bfd2d2f08663884a5f8b7e42b7685b4d8d32a9ce2')
24sha256sums_x86_64=('67499826466c64a3536eb8c39c471420af44657a9d3d4a30594076564c0998e9')
25sha256sums_aarch64=('796bc7f0a073b71aaf7ab165bc9e41a886e7d75d031c4980b187e2b80bf1de37')
26sha256sums_armv7h=('f17bda87f1d5e5738d2022f1aaf80ce8a107e9eecee5e302c9b1a708b826cc9b')
27
28package() {
29 install -Dm644 "${srcdir}/${pkgname}-LICENSE" \
30 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
31
32 local _src _bin
33 case "$CARCH" in
34 x86_64)
35 _src="${pkgname}-${pkgver}-amd64.tar.gz"
36 _bin="veet-linux-amd64"
37 ;;
38 aarch64)
39 _src="${pkgname}-${pkgver}-arm64.tar.gz"
40 _bin="veet-linux-arm64"
41 ;;
42 armv7h)
43 _src="${pkgname}-${pkgver}-armv7.tar.gz"
44 _bin="veet-linux-armv7"
45 ;;
46 esac
47
48 tar -xzf "${srcdir}/${_src}"
49 install -Dm755 "${srcdir}/${_bin}" "${pkgdir}/usr/bin/veet"
50}
51

Scan history

Scanned at (UTC)SeverityRules
2026-08-19 15:42:02 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