Search Criteria
Package Details: himitsu 0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/himitsu.git (read-only, click to copy) |
---|---|
Package Base: | himitsu |
Description: | Secret storage manager |
Upstream URL: | https://himitsustore.org/ |
Keywords: | key keystore password |
Licenses: | GPL3 |
Submitter: | torresjrjr |
Maintainer: | torresjrjr |
Last Packager: | torresjrjr |
Votes: | 4 |
Popularity: | 0.140336 |
First Submitted: | 2022-06-20 05:28 (UTC) |
Last Updated: | 2023-02-26 22:30 (UTC) |
Dependencies (3)
- hare (hare-git) (make)
- scdoc (scdoc-git) (make)
- hiprompt-gtk-py (optional) – prompter support (GTK+)
Latest Comments
torresjrjr commented on 2023-02-27 14:03 (UTC)
For future onlookers,
Re whynothugo:
As mentioned on IRC, the dependency 'hare' is only x86_64, so it would be improper to add a new architecture here until 'hare' is changed.
Re lapinot:
The 0.3 update should solve the problem. Hare does not yet have versions, so we just have to updatean d catch up when we can.
lapinot commented on 2023-02-11 15:17 (UTC) (edited on 2023-02-11 16:01 (UTC) by lapinot)
I'm getting an error in
hiq/main.ha
:Apparently it's because of hare commit 635eeda5 and is fixed in himitsu commit fc9cf5c0.
Perhaps we could add the commit as a patch? Or maybe synchronize with the hare package maintainer? (i'm not sure how they pick the hare version to package since there is no official release yet..)
whynothugo commented on 2022-11-15 11:31 (UTC)
Here's a patch for that last comment:
whynothugo commented on 2022-11-09 13:00 (UTC)
Can you add
arch=(x86_64 aarch64)
? I've testing building and running on ARM and works fine.torresjrjr commented on 2022-06-24 20:36 (UTC)
Re: TrialnError
The himitsud.service file is now added as a source. Thank you for explaining.
TrialnError commented on 2022-06-24 18:59 (UTC) (edited on 2022-06-24 19:04 (UTC) by TrialnError)
Hi. The
unit
file needs to be added to the source line, else it won't be copied over to the$srcdir
and theinstall
call will fail.Edit: More explanation. For one everything should be placed in source which shall be installed and some people (as me) will use a dedicated
BUILDDIR
, where../himitsud.service
won't be available.