douyin-devtools-bin
maintainer Geequlim
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt AppImage from a GitHub release, which is a common repackaging pattern; while the host is not a primary upstream, it is a public fork with verifiable source and checksums, and the AppImage is from the official project, posing low risk.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt AppImage from a GitHub release, which is a common repackaging pattern; while the host is not a primary upstream, it is a public fork with verifiable source and checksums, and the AppImage is from the official project, posing low risk.
PKGBUILD
1
pkgname=douyin-devtools-bin
2
pkgver=4.5.3
3
pkgrel=1
4
pkgdesc='Douyin mini game and mini app developer tools repackaged for Linux'
5
arch=('x86_64')
6
url='https://github.com/Geequlim/-douyin-game-devtools-linux'
7
license=('custom')
8
depends=(
9
'alsa-lib'
10
'at-spi2-core'
11
'fuse2'
12
'gtk3'
13
'libcups'
14
'libxss'
15
'nss'
16
)
17
provides=('douyin-devtools')
18
conflicts=('douyin-devtools')
19
options=('!debug' '!strip')
20
21
_appimage='DouyinDevTools-4.5.3-x86_64.AppImage'
22
source=(
23
'DouyinDevTools-4.5.3-x86_64.AppImage::https://github.com/Geequlim/-douyin-game-devtools-linux/releases/download/v4.5.3/DouyinDevTools-4.5.3-x86_64.AppImage'
24
'douyin-devtools.desktop'
25
'douyin-devtools.png'
26
)
27
noextract=("$_appimage")
28
sha256sums=(
29
'107992183e9c32eeb91ba8360c01b1c31ef882655bd80a9da3b1dbbd9b1315c7'
30
'7dfd49e13537bdaeb44837e70a2c83698a91628d1b0b4585a9c3a16e76e43b6e'
31
'1d2045a9642f079f34a70806109cf469c6c76ca3504955e97343dd0b770e06f8'
32
)
33
34
package() {
35
install -Dm755 "$_appimage" \
36
"$pkgdir/opt/douyin-devtools/DouyinDevTools.AppImage"
37
install -Dm644 'douyin-devtools.desktop' \
38
"$pkgdir/usr/share/applications/douyin-devtools.desktop"
39
install -Dm644 'douyin-devtools.png' \
40
"$pkgdir/usr/share/icons/hicolor/512x512/apps/douyin-devtools.png"
41
install -d "$pkgdir/usr/bin"
42
ln -s '/opt/douyin-devtools/DouyinDevTools.AppImage' \
43
"$pkgdir/usr/bin/douyin-devtools"
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 11:27:50 | LOW | 2 |