Add pass-coffin
Some checks are pending
build / Check package changes (push) Waiting to run
build / Build packages (push) Blocked by required conditions
build / Deploy repository (push) Blocked by required conditions

Unfortunately somewhat systemd-dependent but the basic opening and
closing mechanisms work well.
This commit is contained in:
Marty Oehme 2025-09-17 10:07:00 +02:00
parent 10062b194b
commit f2bc16f752
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,4 @@
pass-coffin relies on systemd-run for its timer commands
Any timer-related services (`pass coffin -t 1min`, `pass timer`, ...) will not work.

View file

@ -0,0 +1,18 @@
# Template file for 'pass-coffin'
pkgname=pass-coffin
version=1.2.1 # renovate: datasource=github-tags depName=ayushnix/pass-coffin
revision=1
build_style=gnu-makefile
depends="pass tar"
_optdepends="systemd-run"
short_desc="A password store extension to hide data inside a signed and encrypted coffin"
maintainer="Marty Oehme <contact@martyoeh.me>"
license="GPL-3.0-or-later"
homepage="https://github.com/ayushnix/pass-coffin"
distfiles="https://github.com/ayushnix/pass-coffin/archive/v${version}.tar.gz"
checksum=bca41b9c9dc3525ddfccef31baef2c61366a968c43ee841c3b6c6934e3263fbe
post_install() {
rm ${DESTDIR}/etc/bash_completion.d/*
vcompletion completion/pass-coffin.bash-completion bash
}