Skip to content

Commit

Permalink
new package: pizauth
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Dec 1, 2024
1 parent 44742d0 commit 09445ee
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/pizauth/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'pizauth'
pkgname=pizauth
version=1.0.6
revision=1
build_style=cargo
short_desc="Command-line OAuth2 authentication daemon"
maintainer="dkwo <[email protected]>"
license="MIT AND Apache-2.0"
homepage="https://tratt.net/laurie/src/pizauth/"
distfiles="https://github.com/ltratt/pizauth/archive/refs/tags/pizauth-${version}.tar.gz"
checksum=26314380091290f2480dd97dc8593fbdc888aacdaf086bb9fe3d109080a54b96

post_install() {
vlicense LICENSE-MIT
vlicense LICENSE-APACHE

vman pizauth.1
vman pizauth.conf.5
vsconf examples/pizauth.conf
vcompletion share/bash/completion.bash bash
}

0 comments on commit 09445ee

Please sign in to comment.