New package: brig-0.4.1

closes #9790
This commit is contained in:
maxice8 2019-04-17 20:39:54 -03:00 committed by maxice8
parent e133fc87c9
commit d172a8f4fe

16
srcpkgs/brig/template Normal file
View file

@ -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 <thinkabit.ukim@gmail.com>"
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
}