From 0a4c966deeadec628ab03b5aca7f48cac2c15f43 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Wed, 4 Aug 2021 13:09:36 -0500 Subject: [PATCH] New package: sftpgo-2.1.0 --- srcpkgs/sftpgo/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/sftpgo/template diff --git a/srcpkgs/sftpgo/template b/srcpkgs/sftpgo/template new file mode 100644 index 00000000000..fda2729bd65 --- /dev/null +++ b/srcpkgs/sftpgo/template @@ -0,0 +1,16 @@ +# Template file for 'sftpgo' +pkgname=sftpgo +version=2.1.0 +revision=1 +build_style=go +go_import_path=github.com/drakkan/sftpgo +short_desc="Fully featured and highly configurable SFTP server" +maintainer="Michael Aldridge " +license="AGPL-3.0" +homepage="https://github.com/drakkan/sftpgo" +distfiles="https://github.com/drakkan/sftpgo/archive/refs/tags/v$version.tar.gz" +checksum=d04d75f1baee9d4510e40240e1b24b075430244abda8f7daef5922f5f3ca7fa9 + +post_install() { + vlicense LICENSE +}