d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
16 lines
504 B
Bash
16 lines
504 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="Orphaned <orphan@voidlinux.org>"
|
|
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
|
|
}
|