17 lines
507 B
Bash
17 lines
507 B
Bash
|
# 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
|
||
|
}
|