Search Criteria
Package Details: key-rack 0.4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/key-rack.git (read-only, click to copy) |
---|---|
Package Base: | key-rack |
Description: | View and edit app secrets |
Upstream URL: | https://gitlab.gnome.org/sophie-h/key-rack |
Licenses: | GPL-3.0-or-later |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 1 |
Popularity: | 0.012584 |
First Submitted: | 2024-01-13 18:26 (UTC) |
Last Updated: | 2024-07-26 17:39 (UTC) |
Dependencies (4)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
Latest Comments
yochananmarqos commented on 2024-01-17 15:42 (UTC)
@ogarcia:
--frozen
option, so fetching with--locked
is pointless. When Meson is run, it will update the lockfile regardless.-- https://wiki.archlinux.org/title/Arch_User_Repository#Commenting_on_packages
ogarcia commented on 2024-01-17 08:30 (UTC)
@yochananmarqos some notes on the construction of the package:
CARGO_HOME
, with that the only thing you get is that the user downloads again things that he/she can already have (see here).cargo fetch
it uses bettercargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
, so it can be compiled on any platform, not only on x64.arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
.I leave here a complete pkgbuild with these suggestions in case you just want to copy paste.