Compare commits
5 commits
f2bc16f752
...
810b4eee18
| Author | SHA1 | Date | |
|---|---|---|---|
| 810b4eee18 | |||
|
|
e3528b9967 | ||
|
|
7de7a8123b | ||
|
|
857d63c6a8 | ||
|
|
04576f1c40 |
4 changed files with 26 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
4
srcpkgs/pass-coffin/INSTALL.msg
Normal file
4
srcpkgs/pass-coffin/INSTALL.msg
Normal 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.
|
||||
|
||||
18
srcpkgs/pass-coffin/template
Normal file
18
srcpkgs/pass-coffin/template
Normal 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
|
||||
}
|
||||
|
|
@ -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() { :; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue