templates/srcpkgs/pass-coffin/template
Marty Oehme 810b4eee18
Some checks failed
build / Check package changes (push) Has been cancelled
build / Build packages (push) Has been cancelled
build / Deploy repository (push) Has been cancelled
Add pass-coffin
Unfortunately somewhat systemd-dependent but the basic opening and
closing mechanisms work well.
2025-09-17 10:14:48 +02:00

18 lines
697 B
Text

# 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
}