New package: NetAuth-sftpgo-hook-0.1.0.
This commit is contained in:
parent
0783a37542
commit
53b3a77bbc
1 changed files with 20 additions and 0 deletions
20
srcpkgs/NetAuth-sftpgo-hook/template
Normal file
20
srcpkgs/NetAuth-sftpgo-hook/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'NetAuth-sftpgo-hook'
|
||||||
|
pkgname=NetAuth-sftpgo-hook
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
wrksrc=sftpgo-hook-$version
|
||||||
|
build_style=go
|
||||||
|
go_import_path=github.com/netauth/sftpgo-hook
|
||||||
|
hostmakedepends="git"
|
||||||
|
depends="sftpgo"
|
||||||
|
short_desc="External authorization hook for SFTPGo using NetAuth"
|
||||||
|
maintainer="Michael Aldridge <maldridge@netauth.org>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/netauth/sftpgo-hook"
|
||||||
|
distfiles="https://github.com/netauth/sftpgo-hook/archive/refs/tags/v$version.tar.gz"
|
||||||
|
checksum=8ec42f159d6b84fbc19cbc76f695de324384092c80d96e6a876c14da6aca110f
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
vinstall sftpgo-hook usr/libexec/sftpgo/netauth-hook
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue