hypa-ttfx-bin
maintainer Dominiquini
· 1 votes
· scanned 2026-08-18 03:38:23.746777
LOW
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=Hypabolic
4
_gitname=Hypa-TTFX
5
_appname=ttfx
6
pkgname=${_gitname,,}-bin
7
pkgdesc="Hypa Terminal Text Effects"
8
9
pkgver=0.3.1
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64' 'aarch64')
14
_barch=('linux-x64' 'linux-arm64')
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
options=('!strip')
26
27
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
28
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
29
source_x86_64=("${_appname}-${arch[0]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[0]}")
30
source_aarch64=("${_appname}-${arch[1]}-${pkgver}::${_ghurl}/releases/download/${_gitversion}/${_appname}-${_barch[1]}")
31
sha256sums=('1bb3ff24275a91cce4ad6a8df4f181e20253b70a7db33995e1c04cb256d73112'
32
'0b0072e3ef3ef2d067615d7c777f65b17bc10c15c888fb2ce19f36e1366f386a')
33
sha256sums_x86_64=('985bbe662107f7f6e9d20c84ac6ea8d81e8e9a8f30d5fbbfdcee7bcea2b8566b')
34
sha256sums_aarch64=('74415655f3491ce7564b8d735ef7f1f54ba1e29717d4427f30e7ce9b3dc7f07f')
35
36
37
package() {
38
cd "${srcdir}/" || exit
39
40
install -Dm755 "${_appname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/${_appname}"
41
42
install -Dm644 "README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
43
44
install -Dm644 "LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
45
}
46
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 03:38:23 | LOW | 1 |