diff --git a/srcpkgs/brig/template b/srcpkgs/brig/template new file mode 100644 index 00000000000..72f627b5127 --- /dev/null +++ b/srcpkgs/brig/template @@ -0,0 +1,16 @@ +# Template file for 'brig' +pkgname=brig +version=0.4.1 +revision=1 +build_style=go +go_import_path=github.com/sahib/brig +short_desc="File synchronization on top of IPFS with git-like interface and WebUI" +maintainer="maxice8 " +license="AGPL-3.0-or-later" +homepage="https://brig.readthedocs.io/en/master/" +distfiles="https://github.com/sahib/brig/archive/v${version}.tar.gz" +checksum=1ca6384c71915b486798146e8498cc2432065ddb161f9860fc913cbf38cf2e35 + +post_install() { + vlicense LICENSE +}