@dreieck could you please tell me which dependency should be added? I'm not familiar with it.
Search Criteria
Package Details: cursor-bin 1.1.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cursor-bin.git (read-only, click to copy) |
---|---|
Package Base: | cursor-bin |
Description: | Cursor App - AI-first coding environment |
Upstream URL: | https://www.cursor.com/ |
Licenses: | custom:proprietary |
Submitter: | g.schulz |
Maintainer: | g.schulz |
Last Packager: | g.schulz |
Votes: | 55 |
Popularity: | 8.29 |
First Submitted: | 2024-06-09 14:27 (UTC) |
Last Updated: | 2025-06-21 21:05 (UTC) |
Dependencies (2)
Required by (1)
Sources (4)
TimeTrap commented on 2023-03-25 11:20 (UTC)
frat commented on 2023-03-25 09:24 (UTC)
# Maintainer: TimeTrap <zhaoyuanpan at gmail dot com>
pkgname=cursor-bin
_pkgname=Cursor
pkgver=0.1.7
pkgrel=1
pkgdesc="Write, edit, and chat about your code with GPT-4.(AppImage)"
arch=('x86_64')
url="https://cursor.so"
license=('custom')
options=('!strip')
depends=('hicolor-icon-theme' 'zlib')
source=("${_pkgname}-${pkgver}.AppImage::https://dl.todesktop.com/230313mzl4w4u92/linux/appImage/x64")
sha256sums=('bf739294bbac9d9c906455424a013cce3a178adc18380d64f58d401f0e364541')
_install_path="/opt/appimages"
prepare() {
chmod a+x "${_pkgname}-${pkgver}.AppImage"
"./${_pkgname}-${pkgver}.AppImage" --appimage-extract > /dev/null
sed 's/AppRun/\/opt\/appimages\/Cursor.AppImage/g' -i "${srcdir}/squashfs-root/${_pkgname}.desktop"
}
package() {
install -Dm755 "${srcdir}/${_pkgname}-${pkgver}.AppImage" "${pkgdir}/${_install_path}/${_pkgname}.AppImage"
for _icons in 32x32 64x64 128x128 256x256 512x512;do
install -Dm644 "${srcdir}/squashfs-root/usr/share/icons/hicolor/${_icons}/apps/${_pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps/${_pkgname}.png"
done
install -Dm644 "${srcdir}/squashfs-root/${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
}
dreieck commented on 2023-03-24 14:46 (UTC)
I think some dependency needs to be added to run the "AppImage"-file.
Regards!
dreieck commented on 2023-03-24 14:44 (UTC)
Checksum verification fails:
==> Validating source files with sha256sums...
Cursor-0.1.3.AppImage ... FAILED
Regards!
shore commented on 2023-03-21 07:37 (UTC)
@timetrap thanks very much
TimeTrap commented on 2023-03-20 02:07 (UTC)
@shore fixed.
shore commented on 2023-03-20 01:57 (UTC)
file checking error and stopped installing
Pinned Comments
g.schulz commented on 2025-05-17 08:01 (UTC) (edited on 2025-05-18 10:16 (UTC) by g.schulz)
For anyone who want's to contribute a PR, this is the repo: https://github.com/Gunther-Schulz/aur-cursor-bin-updater