moneymanagerex-bin
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-01 01:46:26.700662
Why flagged
The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal AUR practice for -bin packages; the source files are documentation and license, posing no execution risk.
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.
Low
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt .deb from the project's official GitHub releases, which is a normal AUR practice for -bin packages; the source files are documentation and license, posing no execution risk.
PKGBUILD
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
_gitauthor=moneymanagerex
4
_gitname=moneymanagerex
5
_appname=mmex
6
pkgname=${_gitname}-bin
7
pkgdesc="MoneyManagerEx is an easy-to-use personal finance suite."
8
9
pkgver=1.9.4
10
pkgrel=1
11
_gitversion=v${pkgver}
12
13
arch=('x86_64')
14
_barch=('Ubuntu.24.04.noble_amd64')
15
16
_ghurl="https://github.com/${_gitauthor}/${_gitname}"
17
_ghurlraw="https://raw.githubusercontent.com/${_gitauthor}/${_gitname}/${_gitversion}"
18
url=${_ghurl}
19
20
license=('GPL-2.0-or-later')
21
22
provides=("${_appname}")
23
conflicts=("${pkgname%-bin}")
24
25
makedepends=('tar' 'patchelf')
26
depends=('glibc' 'libgcc' 'libstdc++' 'glib2' 'wxwidgets-gtk3' 'webkit2gtk-4.1' 'libpng' 'libtiff' 'libjpeg-turbo' 'cairo' 'zlib' 'libx11' 'wayland' 'fontconfig' 'zlib' 'libsm' 'gdk-pixbuf2' 'libwebp' 'libxkbcommon' 'pango' 'gtk3' 'pcre2' 'expat' 'fmt' 'lua53' 'curl')
27
28
options=('!strip')
29
30
source=("README-${pkgver}.md::${_ghurlraw}/README.md"
31
"LICENSE-${pkgver}::${_ghurlraw}/LICENSE")
32
source_x86_64=("${_appname}-${arch[0]}-${pkgver}.deb::${_ghurl}/releases/download/${_gitversion}/${_appname}_${pkgver}-${_barch[0]}.deb")
33
sha256sums=('64e583de625960a6049167d3e6d47e7cfb5f05f6bc548a3e68f7d373edacff96'
34
'f86aeb5c80e9784a1b6dc04b5e2f5c0aac31b7d3ab9b842a2e813419e4abea93')
35
sha256sums_x86_64=('f410d50eeecb0a4b61578b048a2b3d501fcc69bac3eddd6a0a4b391f13332a34')
36
37
38
package() {
39
cd "${pkgdir}/" || exit
40
41
tar -xf "${srcdir}/data.tar.gz"
42
43
patchelf --replace-needed 'liblua5.3.so.0' 'liblua5.3.so' "${pkgdir}/usr/bin/${_appname}"
44
45
rm -rf "${pkgdir}/usr/include/fmt/" "${pkgdir}/usr/lib/cmake/fmt/" "${pkgdir}/usr/lib/pkgconfig/fmt.pc"
46
47
install -Dm644 "${srcdir}/README-${pkgver}.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
48
49
install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
50
}
51
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 01:46:26 | Low | 2 |