course2md-gui-bin

LOW
maintainer mizorewww 0 votes scanned 2026-09-06 17:12:21.241024
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: mizorewww <mizorewww@users.noreply.github.com>
2# Generated from course2md/packaging/aur/PKGBUILD-gui.template on release.
3pkgname=course2md-gui-bin
4pkgver=1.7.0
5pkgrel=1
6pkgdesc='Native desktop app to turn course videos into illustrated notes'
7arch=(x86_64)
8url='https://github.com/mizorewww/course2md'
9license=('MIT' 'Apache-2.0')
10depends=(glibc gcc-libs libxcb libxkbcommon libxkbcommon-x11
11 fontconfig libx11 wayland vulkan-icd-loader ffmpeg yt-dlp)
12optdepends=(
13 'llama-cpp: local GPU/CPU speech recognition via llama-server'
14 'ggml-vulkan: Vulkan GPU speech recognition backend'
15 'vulkan-intel: Vulkan graphics driver for Intel GPUs'
16 'vulkan-radeon: Vulkan graphics driver for AMD GPUs'
17 'nvidia-utils: Vulkan graphics driver for NVIDIA GPUs'
18 'vulkan-swrast: software Vulkan renderer when no GPU driver is available'
19)
20provides=(course2md-gui)
21conflicts=(course2md-gui)
22options=('!strip')
23source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/v${pkgver}/course2md-desktop-linux-x86_64.tar.gz")
24sha256sums=('51c34fbb8c661eeaf2d3e130998162dec3e5f571b09fe406fa64c56f52e1d9c5')
25
26package() {
27 cd "${srcdir}/course2md-desktop-linux-x86_64"
28 # Keep the tested engine beside the GUI, without owning /usr/bin/course2md.
29 install -Dm755 course2md-desktop "${pkgdir}/usr/lib/course2md-desktop/course2md-desktop"
30 install -Dm755 course2md "${pkgdir}/usr/lib/course2md-desktop/course2md"
31 install -dm755 "${pkgdir}/usr/bin"
32 ln -s ../lib/course2md-desktop/course2md-desktop "${pkgdir}/usr/bin/course2md-desktop"
33 install -Dm644 course2md.desktop "${pkgdir}/usr/share/applications/course2md.desktop"
34 install -Dm644 course2md.png "${pkgdir}/usr/share/icons/hicolor/512x512/apps/course2md.png"
35 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36 install -Dm644 LICENSE-material-icons "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-material-icons"
37 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 17:12:21 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