codemotion-bin
LOW
maintainer Dexoron
0 votes
scanned 2026-09-03 13:53:13.144096
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: Dexoron <main@dexoron.tech>
2
pkgname=codemotion-bin
3
pkgver=0.0.9.4
4
pkgrel=1
5
pkgdesc="CodeMotion - IDE for web-developers (binary)"
6
arch=('x86_64')
7
url="https://github.com/cdmtn/CodeMotion"
8
license=('MIT')
9
depends=(
10
'gtk3'
11
'libnotify'
12
'nss'
13
'libxss'
14
'libxtst'
15
'xdg-utils'
16
'at-spi2-core'
17
'util-linux'
18
'libsecret'
19
)
20
provides=('codemotion')
21
conflicts=('codemotion')
22
options=('!strip' '!debug')
23
24
source=(
25
"codemotion-${pkgver}.tar.gz::https://github.com/cdmtn/CodeMotion/releases/download/v${pkgver}/codemotion-app-0.0.9-alpha.dev.tar.gz"
26
"codemotion.desktop"
27
)
28
sha256sums=('8d22ced35388fd2b31c9e8fde786aee7c92b58c486a9d0291027f0846ce3b60c'
29
'1d14cc45fad1a7018f04fb691b069edcee84ef1a0b35971c50d08514bb85ff82')
30
31
package() {
32
install -dm755 "${pkgdir}/opt/codemotion"
33
cp -r "${srcdir}/codemotion-app-0.0.9-alpha.dev/"* "${pkgdir}/opt/codemotion/"
34
35
chmod 4755 "${pkgdir}/opt/codemotion/chrome-sandbox"
36
37
install -dm755 "${pkgdir}/usr/bin"
38
ln -s /opt/codemotion/codemotion-app "${pkgdir}/usr/bin/codemotion"
39
40
install -Dm644 "${srcdir}/codemotion.desktop" "${pkgdir}/usr/share/applications/codemotion.desktop"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 13:53:13 | Low | 1 |