favnyr-bin

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