Package Details: devbox-bin 0.10.5-1

Git Clone URL: https://aur.archlinux.org/devbox-bin.git (read-only, click to copy)
Package Base: devbox-bin
Description: A cli tool to easily create isolated shells and containers with nix.
Upstream URL: https://www.jetpack.io/devbox/
Keywords: container nix shell
Licenses: Apache-2.0
Conflicts: devbox
Provides: devbox
Submitter: kmaris
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2022-09-01 14:16 (UTC)
Last Updated: 2024-04-16 01:00 (UTC)

Latest Comments

zxp19821005 commented on 2024-03-14 02:22 (UTC)

@Sacro Thanks for your suggestion,fixed it.

Sacro commented on 2024-03-13 22:01 (UTC) (edited on 2024-03-13 22:02 (UTC) by Sacro)

Please can we have completions!

build() {
        devbox completion bash >bash.completion
        devbox completion fish >fish.completion
        devbox completion zsh >zsh.completion
}

package() {
        install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
        install -Dm644 bash.completion "$pkgdir/usr/share/bash-completion/completions/devbox"
        install -Dm644 fish.completion "$pkgdir/usr/share/fish/vendor.completions.d/devbox.fish"
        install -Dm644 zsh.completion "$pkgdir/usr/share/zsh/site-functions/_devbox"
}

kmaris commented on 2022-09-13 14:37 (UTC)

Thanks for the info, updated.

alerque commented on 2022-09-13 14:15 (UTC)

There are several issues with this build. First, it provides itself which is nonsense. It should provides=(devbox). Also it should drop all the empty variables; per the packaging guidelines any empty fields should just not be specified. Also the description should not begin with (or ever include) the package name "devbox".

kmaris commented on 2022-09-05 21:46 (UTC)

The developers gather some metrics with devbox, if you want to opt out then put export DO_NOT_TRACK=1 into your environment.