Compare commits

...

5 commits

Author SHA1 Message Date
810b4eee18
Add pass-coffin
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
Unfortunately somewhat systemd-dependent but the basic opening and
closing mechanisms work well.
2025-09-17 10:14:48 +02:00
marty-oehme
e3528b9967
Update dependency netbirdio/netbird to v0.50.1 (#14)
* Update dependency netbirdio/netbird to v0.50.1

* Update netbird-bin checksum

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-07-20 10:13:04 +02:00
marty-oehme
7de7a8123b
Update dependency aandrew-me/tgpt to v2.10.1 (#13)
* Update dependency aandrew-me/tgpt to v2.10.1

* Update tgpt checksum

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-07-09 11:43:01 +02:00
marty-oehme
857d63c6a8
Update dependency netbirdio/netbird to v0.50.0 (#12)
* Update dependency netbirdio/netbird to v0.50.0

* Update netbird-bin checksum

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-07-09 11:38:50 +02:00
marty-oehme
04576f1c40
Update dependency netbirdio/netbird to v0.49.0 (#11)
* Update dependency netbirdio/netbird to v0.49.0

* Update netbird-bin checksum

---------

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
2025-06-25 12:12:39 +02:00
4 changed files with 26 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'netbird-bin'
pkgname=netbird-bin
version=0.48.0 # renovate: datasource=github-tags depName=netbirdio/netbird
version=0.50.1 # renovate: datasource=github-tags depName=netbirdio/netbird
revision=1
archs="x86_64"
short_desc="Connect your devices into a secure WireGuard-based overlay network with SSO, MFA and granular access controls."
@ -8,7 +8,7 @@ maintainer="Marty Oehme <contact@martyoeh.me>"
license="BSD-3-Clause"
homepage="https://github.com/netbirdio/netbird"
distfiles="${homepage}/releases/download/v${version}/netbird_${version}_linux_amd64.tar.gz"
checksum=be159667436e4f8c58c78f72dd5602ccca2515eed05dd2fef4ee6f64e1d79b87
checksum=2abdcb63de698366a4dd44238e5dd52334c704833c614986bd93df7e93eeff78
do_install() {
vbin netbird

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
}

View file

@ -1,6 +1,6 @@
# Template file for 'tgpt'
pkgname=tgpt
version=2.10.0 # renovate: datasource=github-tags depName=aandrew-me/tgpt
version=2.10.1 # renovate: datasource=github-tags depName=aandrew-me/tgpt
revision=1
build_style=go
go_import_path="github.com/aandrew-me/tgpt/v2"
@ -9,7 +9,7 @@ maintainer="Marty Oehme <contact@martyoeh.me>"
license="GPL-3.0-only"
homepage="https://github.com/aandrew-me/tgpt"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=0e312176908d581eeb7f0df8fcd0524a4aa4702029d50f553f0f75d6c15bc0d9
checksum=a0fc596fd2b8aabac222e22e96fc02709e185031e31a15b522f4c5c59db892d9
do_check() { :; }