favnyr-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-25 07:10:52.990950
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=GlitchAwakened
4
_gitname=Favnyr
5
_appname=${_gitname,,}
6
pkgname=${_appname}-bin
7
pkgdesc="A modern and lightweight file manager for Windows and Linux"
8
9
pkgver=0.3.3
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64')
14
_barch=('linux-x86_64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('GPL-3.0')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
depends=('glibc' 'libgcc' 'fontconfig' 'hicolor-icon-theme')
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
sha256sums=('555f06a8e82283ac2d624c6136af31ad26630bd9cb7be003ee9abe66dcf8c295'
33
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986')
34
sha256sums_x86_64=('329cd76213f97031a64e89c49d7d382db611f7e725def8db818ce01a70774d3c')
35
36
37
package() {
38
cd "${srcdir}/" || exit
39
40
install -Dm755 "${_appname}" "${pkgdir}/usr/bin/${_appname}"
41
42
install -Dm644 "${_appname}.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_appname}.svg"
43
44
install -Dm755 /dev/stdin "${pkgdir}/usr/share/applications/${_appname}.desktop" <<EOF
45
[Desktop Entry]
46
Type=Application
47
Name=${_appname^}
48
Comment=${pkgdesc}
49
Exec=/usr/bin/${_appname} %U
50
Icon=${_appname}
51
Terminal=false
52
MimeType=inode/directory
53
Categories=System;FileManager;FileTools
54
Keywords=File;Manager;Explorer;Browser;Launcher
55
StartupWMClass=${_appname}
56
EOF
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 07:10:52 | Low | 1 |