Search Criteria
Package Details: dockeye 0.2.0-1
Package Actions
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.000000 |
First Submitted: | 2021-11-28 16:00 (UTC) |
Last Updated: | 2021-12-05 19:15 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libxcb (libxcb-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
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:
You need to update your rust to the nightly branch:
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. Bothrust
andrustup
provide it, either can be used.libxcb
is a dependency along withgcc-libs
anddocker
.libxkbcommon
does not seem to be necessary.Example PKGBUILD