Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/fnox/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'fnox'
pkgname=fnox
version=1.28.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel libudev-devel"
short_desc="Encrypted/remote secret manager"
maintainer="nils-degroot <nils@peeko.nl>"
license="MIT"
homepage="https://fnox.jdx.dev"
changelog="https://github.com/jdx/fnox/blob/main/CHANGELOG.md"
distfiles="https://github.com/jdx/fnox/archive/refs/tags/v${version}.tar.gz"
checksum=4426832c174514bd99379f419467c59e226aa2faabc497542a5427493f78167d

post_install() {
vlicense LICENSE
}