parent
e133fc87c9
commit
d172a8f4fe
1 changed files with 16 additions and 0 deletions
16
srcpkgs/brig/template
Normal file
16
srcpkgs/brig/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue