codemotion-bin

LOW
maintainer Dexoron 0 votes scanned 2026-09-03 13:53:13.144096
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: Dexoron <main@dexoron.tech>
2pkgname=codemotion-bin
3pkgver=0.0.9.4
4pkgrel=1
5pkgdesc="CodeMotion - IDE for web-developers (binary)"
6arch=('x86_64')
7url="https://github.com/cdmtn/CodeMotion"
8license=('MIT')
9depends=(
10 'gtk3'
11 'libnotify'
12 'nss'
13 'libxss'
14 'libxtst'
15 'xdg-utils'
16 'at-spi2-core'
17 'util-linux'
18 'libsecret'
19)
20provides=('codemotion')
21conflicts=('codemotion')
22options=('!strip' '!debug')
23
24source=(
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)
28sha256sums=('8d22ced35388fd2b31c9e8fde786aee7c92b58c486a9d0291027f0846ce3b60c'
29 '1d14cc45fad1a7018f04fb691b069edcee84ef1a0b35971c50d08514bb85ff82')
30
31package() {
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)SeverityRules
2026-09-03 13:53:13 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