moeka-bin
LOW
maintainer wooparadog
0 votes
scanned 2026-09-08 11:17:13.613315
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: WooParadog <guohaochuan@gmail.com>
2
pkgname=moeka-bin
3
pkgver=0.1.13
4
pkgrel=2
5
pkgdesc='Local-first Markdown editor (prebuilt binaries)'
6
arch=('x86_64' 'aarch64')
7
url='https://moeka.app'
8
license=('GPL-3.0-or-later')
9
depends=(
10
# Font discovery reads the system fontconfig configuration.
11
'fontconfig'
12
# These libraries are linked directly, including when using Wayland.
13
'glibc'
14
'libxcb'
15
'libxkbcommon'
16
'libxkbcommon-x11'
17
# Both display backends use Vulkan for rendering.
18
'vulkan-icd-loader'
19
'vulkan-driver'
20
)
21
optdepends=(
22
'noto-fonts-cjk: Chinese, Japanese and Korean text support'
23
'wayland: native Wayland display support'
24
'wl-clipboard: clipboard integration on Wayland'
25
'xclip: clipboard integration on X11'
26
'xdg-desktop-portal: file dialogs (requires a backend for your desktop)'
27
'xdg-utils: open links in the default browser'
28
)
29
provides=("moeka=${pkgver}")
30
conflicts=('moeka')
31
options=('!strip' '!debug')
32
33
_release_url="https://github.com/MoekaProject/community/releases/download/v${pkgver}"
34
source=('moeka-x11')
35
source_x86_64=("moeka-${pkgver}-linux-x86_64.zip::${_release_url}/Moeka-linux-x86_64.zip")
36
source_aarch64=("moeka-${pkgver}-linux-arm64.zip::${_release_url}/Moeka-linux-arm64.zip")
37
sha256sums=('3fec93661f8950fc745b5ad87ff00d119e7b82693af13e4ec9825072622dc513')
38
sha256sums_x86_64=('2cfcffdb7a1ae7c5bd0a11e8556fc4c7bb95162e7f1de6d89c8fdfc78aa1acdd')
39
sha256sums_aarch64=('129c471b828bb59262a45e0625da8aea024579eaa787690db385181c96221a5a')
40
41
package() {
42
local _upstream_arch="${CARCH}"
43
if [[ ${CARCH} == aarch64 ]]; then
44
_upstream_arch=arm64
45
fi
46
local _dist="${srcdir}/Moeka-linux-${_upstream_arch}"
47
48
# Use Arch's runtime libraries instead of upstream's bundled copies.
49
install -Dm755 "${_dist}/Moeka" "${pkgdir}/usr/bin/moeka"
50
install -Dm755 "${srcdir}/moeka-x11" "${pkgdir}/usr/bin/moeka-x11"
51
install -Dm644 "${_dist}/app.moeka.moeka.desktop" \
52
"${pkgdir}/usr/share/applications/app.moeka.moeka.desktop"
53
install -Dm644 "${_dist}/app.moeka.moeka.png" \
54
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/app.moeka.moeka.png"
55
install -Dm644 "${_dist}/LICENSE" \
56
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
57
install -Dm644 "${_dist}/THIRD_PARTY_NOTICES.md" \
58
"${pkgdir}/usr/share/licenses/${pkgname}/THIRD_PARTY_NOTICES.md"
59
}
60
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-08 11:17:13 | Low | 1 |