wu-bin
LOW
maintainer czyt
0 votes
scanned 2026-09-02 09:50:35.971730
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: czyt <czytcn@gmail.com>
2
pkgname=wu-bin
3
pkgver=1.0.4
4
pkgrel=1
5
pkgdesc="Fast, native code editor in Rust that feels like VS Code"
6
arch=('x86_64' 'aarch64')
7
url="https://github.com/farshed/wu"
8
license=('GPL-3.0-or-later' 'Apache-2.0')
9
depends=(
10
'glibc'
11
'hicolor-icon-theme'
12
'libgcc'
13
'libglvnd'
14
'libxcb'
15
'libxkbcommon'
16
'libxkbcommon-x11'
17
'vulkan-driver'
18
'vulkan-icd-loader'
19
'wayland'
20
)
21
optdepends=(
22
'git: Git integration'
23
)
24
provides=('wu')
25
conflicts=('wu')
26
options=('!debug')
27
source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/wu-linux-x86_64.tar.gz")
28
source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/wu-linux-aarch64.tar.gz")
29
sha256sums_x86_64=('5a750b151cd95ec4fe79040574c8d42f0f56d8f084f96570f889e931e1a198d6')
30
sha256sums_aarch64=('3e12cc6274c3eb535871355fb12708f52013a545fe22b3da2d9258fa4ea4f1b9')
31
32
package() {
33
# Use Arch's system XCB/XKB libraries instead of the copies in wu.app/lib.
34
install -Dm755 "${srcdir}/wu.app/bin/wu" "${pkgdir}/usr/lib/wu/bin/wu"
35
install -Dm755 "${srcdir}/wu.app/libexec/wu-editor" "${pkgdir}/usr/lib/wu/libexec/wu-editor"
36
install -Dm644 "${srcdir}/wu.app/licenses.md" \
37
"${pkgdir}/usr/share/licenses/${pkgname}/THIRD-PARTY-LICENSES.md"
38
39
install -Dm644 "${srcdir}/wu.app/share/applications/me.farshed.Wu.desktop" \
40
"${pkgdir}/usr/share/applications/me.farshed.Wu.desktop"
41
install -Dm644 "${srcdir}/wu.app/share/icons/hicolor/512x512/apps/wu.png" \
42
"${pkgdir}/usr/share/icons/hicolor/512x512/apps/wu.png"
43
install -Dm644 "${srcdir}/wu.app/share/icons/hicolor/1024x1024/apps/wu.png" \
44
"${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/wu.png"
45
46
install -d "${pkgdir}/usr/bin"
47
ln -s /usr/lib/wu/bin/wu "${pkgdir}/usr/bin/wu"
48
}
49
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 09:50:35 | Low | 1 |