> users who suspected that the PKGBUILD contained "AI slop"
>>>
+ # 1. Salin seluruh isi folder aplikasi ke /opt/
+ cp -r "${srcdir}/Antigravity IDE/"* "${pkgdir}/opt/${pkgname}/"
+
+ # 2. Buat symlink agar bisa dipanggil lewat terminal
+ install -d "${pkgdir}/usr/bin"
+ ln -s "/opt/${pkgname}/antigravity-ide"
"${pkgdir}/usr/bin/antigravity-ide"
+
+ # 3. Install file .desktop ke menu aplikasi sistem
+ install -Dm644 "${srcdir}/antigravity.desktop"
"${pkgdir}/usr/share/applications/antigravity-ide.desktop"
+
+ # 4. === INI YANG BARU ===
+ # Ambil code.png dari dalam folder ekstrak, dan taruh di folder ikon
sistem dengan nama antigravity-ide.png
+ install -Dm644 "${srcdir}/Antigravity
IDE/resources/app/resources/linux/code.png"
"${pkgdir}/usr/share/pixmaps/antigravity-ide.png"
>>>
That's either AI or OCD.
however it's pretty ironic that people complaining about AI-generated code
in the package which only goal is to generate AI code 😺
i think such practice of ai-blame is counter-productive (especially if it
was one of defining reasons for a ban) as qualifier of output quality - i
remember the times when i was younger and there were few 'oldschool devs'
who were denying to review (or requiring lengthy persuasions) if they saw
that the code written with editor with syntax highlight. according to their
quote "syntax highlighting rotting the brain" - it feels like the cycle if
history turned and in context of ai same phrases are being heard.