renamite-bin
LOW
maintainer MLM-stuff
0 votes
scanned 2026-09-15 05:18:46.121222
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: MLM Games <dev@mlm.games>
2
pkgname=renamite-bin
3
_pkgname=renamite
4
pkgver=0.2.7
5
_tag=v0.2.7
6
pkgrel=1
7
pkgdesc='Vector animation editor built on the Repose GUI framework'
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/mlm-games/renamite"
10
license=('MPL-2.0')
11
depends=()
12
provides=(renamite)
13
conflicts=(renamite)
14
options=(!strip)
15
source_x86_64=("renamite-0.2.7-x86_64-unknown-linux-gnu.tar.gz::https://github.com/mlm-games/renamite/releases/download/${_tag}/renamite-0.2.7-x86_64-unknown-linux-gnu.tar.gz")
16
source_aarch64=("renamite-0.2.7-aarch64-unknown-linux-gnu.tar.gz::https://github.com/mlm-games/renamite/releases/download/${_tag}/renamite-0.2.7-aarch64-unknown-linux-gnu.tar.gz")
17
sha256sums_x86_64=('2d917a33bd590bb2f7c44ccf1b4af75fff2c48fe83468f093d9ddbbe5f89ee96')
18
sha256sums_aarch64=('444519aae550b1c57c9f42553713d96d27ac7915c8e40805297ebf6e13bd237b')
19
source+=("icon.svg::https://raw.githubusercontent.com/mlm-games/renamite/main/others/packaging/icon.svg")
20
sha256sums+=('SKIP')
21
22
package() {
23
local dir
24
if [[ "$CARCH" == "x86_64" ]]; then
25
dir="${srcdir}/renamite-0.2.7-x86_64-unknown-linux-gnu"
26
else
27
dir="${srcdir}/renamite-0.2.7-aarch64-unknown-linux-gnu"
28
fi
29
install -Dm755 "${dir}/renamite" "${pkgdir}/usr/bin/renamite"
30
31
install -Dm644 /dev/stdin "${pkgdir}/usr/share/applications/renamite.desktop" << DESKTOP_EOF
32
[Desktop Entry]
33
Name=Renamite
34
Comment=Vector animation editor built on the Repose GUI framework
35
Exec=renamite %F
36
Icon=renamite
37
Terminal=false
38
Type=Application
39
Categories=Graphics;2DGraphics;VectorGraphics;
40
MimeType=application/x-renamite;application/json;
41
StartupNotify=true
42
StartupWMClass=renamite
43
DESKTOP_EOF
44
45
install -Dm644 "${srcdir}/icon.svg" "${pkgdir}/usr/share/pixmaps/renamite.svg"
46
install -Dm644 "${srcdir}/icon.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/renamite.svg"
47
}
48
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 05:18:46 | Low | 1 |