wu-bin

LOW
maintainer czyt 0 votes scanned 2026-09-02 09:50:35.971730
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: czyt <czytcn@gmail.com>
2pkgname=wu-bin
3pkgver=1.0.4
4pkgrel=1
5pkgdesc="Fast, native code editor in Rust that feels like VS Code"
6arch=('x86_64' 'aarch64')
7url="https://github.com/farshed/wu"
8license=('GPL-3.0-or-later' 'Apache-2.0')
9depends=(
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)
21optdepends=(
22 'git: Git integration'
23)
24provides=('wu')
25conflicts=('wu')
26options=('!debug')
27source_x86_64=("${pkgname}-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/wu-linux-x86_64.tar.gz")
28source_aarch64=("${pkgname}-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/wu-linux-aarch64.tar.gz")
29sha256sums_x86_64=('5a750b151cd95ec4fe79040574c8d42f0f56d8f084f96570f889e931e1a198d6')
30sha256sums_aarch64=('3e12cc6274c3eb535871355fb12708f52013a545fe22b3da2d9258fa4ea4f1b9')
31
32package() {
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)SeverityRules
2026-09-02 09:50:35 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