dk64recompiled-bin

LOW
maintainer Drake 0 votes scanned 2026-08-30 07:41:46.840772
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: Drake Strickland <drake.o.strickland at gmail dot com>
2
3pkgname=dk64recompiled-bin
4pkgver=1.0.1
5pkgrel=1
6pkgdesc="A static recompilation of Donkey Kong 64"
7arch=("x86_64" "aarch64")
8_reponame=Donkey-Kong-64-Recompiled
9url="https://github.com/Rainchus/${_reponame}"
10_raw_url="https://raw.githubusercontent.com/Rainchus/${_reponame}/refs/tags/${pkgver}"
11license=('GPL-3.0-only')
12depends=(
13 "sdl2"
14 "freetype2"
15 "gtk3"
16 "vulkan-driver"
17 "libice"
18 "libsm"
19 )
20
21source_x86_64=(https://github.com/Rainchus/Donkey-Kong-64-Recompiled/releases/download/1.0.1/DK64Recompiled-Linux-X64-Release-1-0-1.zip)
22sha256sums_x86_64=('9a0a1b3247273ac8189acf5c700e8e255590aba48435f6b6aef617f36de48ab1')
23
24source_aarch64=(https://github.com/Rainchus/Donkey-Kong-64-Recompiled/releases/download/1.0.1/DK64Recompiled-Linux-ARM64-Release-1-0-1.zip)
25sha256sums_aarch64=('1f2cb01f3a2238eeeb77b9092fd9010512860a8954f484dff66d7a25da4ad5b2')
26
27source=(
28 "${_raw_url}/icons/app.png"
29 "${_raw_url}/COPYING"
30 "${_raw_url}/LICENSE"
31 "DK64Recompiled-bin.desktop"
32 "dk64recompiled" # A wrapper script
33 )
34
35sha256sums=('b743cafe4f3e19dba6aad4c17af833b62ff758af0390d13eec3303f166893f6b'
36 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
37 '3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
38 '97eac7320689af1821d123cfb4b409c7fa1fa5009b2a1261c6aa8f129e43bf51'
39 '0cec4b28ec745bb8636fa6bb5996578a07ab1ebeb2bdc5da5bf088ac04df0efa')
40
41prepare() {
42 # This is needed because the initial download is a .zip
43 bsdtar -xf DK64Recompiled.tar.gz
44}
45
46package() {
47 install -Dm755 DK64Recompiled "$pkgdir/opt/${_reponame}-bin/DK64Recompiled"
48 install -Dm644 recompcontrollerdb.txt "$pkgdir/opt/${_reponame}-bin/recompcontrollerdb.txt"
49 cp -r assets "$pkgdir/opt/${_reponame}-bin/"
50
51 # Install icon
52 install -Dm644 "app.png" "${pkgdir}/usr/share/icons/hicolor/512x512/apps/${pkgname}.png"
53
54 # Install Licenses
55 install -Dm644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
56 install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
57
58 # Install .desktop file
59 install -Dm644 DK64Recompiled-bin.desktop "$pkgdir/usr/share/applications/DK64Recompiled-bin.desktop"
60
61 # Install wrapper script to allow running from terminal using 'dk64recompiled'
62 install -Dm755 dk64recompiled "$pkgdir/usr/bin/dk64recompiled"
63}
64

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 07:41:46 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