Package Details: devpod-bin 0.6.1-1

Git Clone URL: https://aur.archlinux.org/devpod-bin.git (read-only, click to copy)
Package Base: devpod-bin
Description: Codespaces but open-source, client-only, and unopinionated - unofficial package
Upstream URL: https://github.com/loft-sh/devpod
Keywords: codespaces devcontainers devpod
Licenses: MPL-2.0
Conflicts: devpod
Provides: devpod, devpod-cli
Submitter: feilong
Maintainer: montidafur
Last Packager: montidafur
Votes: 4
Popularity: 1.44
First Submitted: 2024-04-05 02:37 (UTC)
Last Updated: 2024-11-21 06:32 (UTC)

Latest Comments

Sacro commented on 2024-11-19 14:17 (UTC)

Also it needs webkit2gtk-4.1 adding as a dependency

Sacro commented on 2024-11-19 14:16 (UTC)

Don't rename binaries, it makes upstream docs incorrect

noirbizarre commented on 2024-11-18 16:58 (UTC)

To install latest version (0.6+), replace the package() install statements with:

    install -Dm755 "usr/bin/DevPod" "${pkgdir}/usr/bin/devpod"
    install -Dm755 "usr/bin/devpod-cli" "${pkgdir}/usr/bin/devpod-cli"
    install -Dm755 "usr/share/applications/DevPod.desktop" "${pkgdir}/usr/share/applications/devpod.desktop"
    install -Dm644 "usr/share/icons/hicolor/32x32/apps/DevPod.png" "${pkgdir}/usr/share/icons/hicolor/32x32/apps/devpod.png"
    install -Dm644 "usr/share/icons/hicolor/128x128/apps/DevPod.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/devpod.png"
    install -Dm644 "usr/share/icons/hicolor/256x256@2/apps/DevPod.png" "${pkgdir}/usr/share/icons/hicolor/256x256@2/apps/devpod.png"

Note: this result in a devpod binary instead of dev-pod

montidafur commented on 2024-10-29 19:36 (UTC)

All issues have been fixed

Sorry for the long wait time, but my last week was quite busy

Package has been tested and is confirmed to work

ThePirate42 commented on 2024-10-21 12:49 (UTC)

I'm having the same issue too

roeeka commented on 2024-10-20 18:40 (UTC)

Is there an issue with the build script? I am getting an error:

install: cannot stat '/usr/bin/dev-pod': No such file or directory

montidafur commented on 2024-10-20 15:42 (UTC) (edited on 2024-10-20 15:58 (UTC) by montidafur)

Fixed!

Overlooked it while creating PKGBUILD and didn't test it since I mostly test packages when I'm building from source, sorry!

ThePirate42 commented on 2024-10-20 15:11 (UTC)

makepkg gives "curl: (22) The requested URL returned error: 404" when trying to download the sources