Package Details: dockeye 0.2.0-1

Git Clone URL: https://aur.archlinux.org/dockeye.git (read-only, click to copy)
Package Base: dockeye
Description: GUI app to manage Docker
Upstream URL: https://github.com/vv9k/dockeye
Licenses: GPLv3
Provides: dockeye
Submitter: Wojciechkepka
Maintainer: Wojciechkepka
Last Packager: Wojciechkepka
Votes: 2
Popularity: 0.000007
First Submitted: 2021-11-28 16:00 (UTC)
Last Updated: 2021-12-05 19:15 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

ANBAL534 commented on 2021-12-06 16:45 (UTC)

Yes, you are right, I switched back to stable, updated rustup and reinstalled dockeye and it works fine.

Wojciechkepka commented on 2021-12-06 15:34 (UTC)

That shouldn't be necessary, dockeye is built using stable toolchain. Perhaps your toolchain was outdated and did not include the 2021 edition?

ANBAL534 commented on 2021-12-06 13:20 (UTC)

If someone is having the same error as me when installing:

error: failed to parse manifest at /home/anibal/.cache/yay/dockeye/src/dockeye-0.2.0/Cargo.toml

Caused by: feature edition2021 is required

You need to update your rust to the nightly branch:

rustup default nightly && rustup update

Wojciechkepka commented on 2021-11-30 07:28 (UTC)

Thanks for your suggestions @youchananmarqos, I incorporated most of them into the PKGBUILD. I left out the docker dependency as dockeye can be used to connect to a remote instance without a requirement of a local docker installation. It works with podman as well so that would also directly conflict with it.

yochananmarqos commented on 2021-11-29 15:40 (UTC) (edited on 2021-11-29 15:40 (UTC) by yochananmarqos)

  • GPL3 is a common license and is already installed in /usr/share/licenses/common/.

  • Do not skip checksums and use a unique source name; i.e., $pkgname-$pkgver.tar.gz.

  • Please follow Rust package guidelines. Only cargo is required to build. Both rust and rustup provide it, either can be used.

  • libxcb is a dependency along with gcc-libs and docker. libxkbcommon does not seem to be necessary.

Example PKGBUILD