moandrop

LOW
maintainer Wasylq 0 votes scanned 2026-09-01 09:47:42.175833
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: Wasylq <wasylq@protonmail.com>
2pkgname=moandrop
3pkgver=0.1.2
4pkgrel=1
5pkgdesc='Find and share subtitles for a video by what the file is, not what it is called'
6arch=('x86_64' 'aarch64')
7url='https://github.com/Anastylosis/MoanDrop'
8license=('GPL-3.0-only')
9# Fyne's OpenGL window: cgo stays ON (unlike the sibling packages) and the
10# GL/X11 runtime libraries are real dependencies.
11depends=('glibc' 'libgl' 'libx11' 'libxcursor' 'libxrandr' 'libxinerama' 'libxi' 'libxxf86vm' 'libxkbcommon' 'wayland')
12makedepends=('go>=1.25')
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
14sha256sums=('2a938e36f91aabe3e31a0b5dda1bd68affc24efce945e8922db417a898a5a9ba')
15
16build() {
17 cd "MoanDrop-${pkgver}"
18 export CGO_ENABLED=1
19 go build \
20 -ldflags "-s -w -X main.version=v${pkgver} -X main.commit=aur -X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
21 -o "${pkgname}" .
22}
23
24package() {
25 cd "MoanDrop-${pkgver}"
26 install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
27 install -Dm644 contrib/linux/moandrop.desktop "${pkgdir}/usr/share/applications/moandrop.desktop"
28 install -Dm644 internal/ui/icon.png "${pkgdir}/usr/share/icons/hicolor/256x256/apps/moandrop.png"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-01 09:47:42 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