tincan-bin

LOW
maintainer Dominiquini 1 votes scanned 2026-09-25 01:45:24.583274
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3_gitauthor=bilalyazicioglu
4_gitname=tincan-cli
5_appname=${_gitname%-cli}
6pkgname=${_appname}-bin
7pkgdesc="Peer-to-peer voice and text chat for the terminal"
8
9pkgver=0.3.1
10pkgrel=1
11_gitversion=v${pkgver}
12
13arch=('x86_64' 'aarch64')
14_barch=('x86_64-unknown-linux-gnu' 'aarch64-unknown-linux-gnu')
15
16_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18url=${_ghurl}
19
20license=('MIT')
21
22provides=("${_appname}")
23conflicts=("${pkgname%-bin}")
24
25depends=('glibc' 'libgcc' 'alsa-lib')
26
27options=('!strip')
28
29source=("README-${pkgver}.md::${_ghurlraw}/README.md"
30 "LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
32source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}.tar.gz")
33sha256sums=('6253170104531216af1f262094b12d066c925870bbafe3b513de5de3839a5204'
34 'd8fd0feeb37abd725f571dfa751fa76f1003ec9b89ef67f480ff48e2c8535d48')
35sha256sums_x86_64=('d305aafe473e5a333d2a5ca41bffc5acbcb59b559a4264d4e36c0db86a6e02b3')
36sha256sums_aarch64=('02995c854082c2303bec27017be2a3ff3357fae74f38c3d2c7ff4dd92d018d9a')
37
38
39build() {
40 cd "${srcdir}/" || exit
41
42 mkdir -p completions
43
44 ./"${_appname}" completions zsh > "completions/${_appname}.zsh"
45 ./"${_appname}" completions bash > "completions/${_appname}.bash"
46 ./"${_appname}" completions fish > "completions/${_appname}.fish"
47}
48
49package() {
50 cd "${srcdir}/" || exit
51
52 install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
53
54 install -Dm644 "completions/${_appname}.bash" "${pkgdir}/usr/share/bash-completion/completions/${_appname}"
55 install -Dm644 "completions/${_appname}.zsh" "${pkgdir}/usr/share/zsh/site-functions/_${_appname}"
56 install -Dm644 "completions/${_appname}.fish" "${pkgdir}/usr/share/fish/vendor_completions.d/${_appname}.fish"
57
58 install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
59
60 install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
61}
62

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 01:45:24 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