tincan-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-25 01:45:24.583274
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}
6
pkgname=${_appname}-bin
7
pkgdesc="Peer-to-peer voice and text chat for the terminal"
8
9
pkgver=0.3.1
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('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}"
18
url=${_ghurl}
19
20
license=('MIT')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('glibc' 'libgcc' 'alsa-lib')
26
27
options=('!strip')
28
29
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
30
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
31
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}.tar.gz")
32
source_aarch64=("${_appname}-${arch[1]}-${pkgver}.tgz::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}.tar.gz")
33
sha256sums=('6253170104531216af1f262094b12d066c925870bbafe3b513de5de3839a5204'
34
'd8fd0feeb37abd725f571dfa751fa76f1003ec9b89ef67f480ff48e2c8535d48')
35
sha256sums_x86_64=('d305aafe473e5a333d2a5ca41bffc5acbcb59b559a4264d4e36c0db86a6e02b3')
36
sha256sums_aarch64=('02995c854082c2303bec27017be2a3ff3357fae74f38c3d2c7ff4dd92d018d9a')
37
38
39
build() {
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
49
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-25 01:45:24 | Low | 1 |