void-packages/srcpkgs/fs-repo-migrations/template

19 lines
577 B
Bash

# Template file for 'fs-repo-migrations'
pkgname=fs-repo-migrations
version=1.0.0
revision=1
build_style=go
go_import_path="github.com/ipfs/fs-repo-migrations"
short_desc="Tool to upgrade the IPFS filesystem repository"
maintainer="Christopher Brannon <chris@the-brannons.com>"
license="MIT"
homepage="https://github.com/ipfs/fs-repo-migrations"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
checksum=b8cd8ea22f59740be3eb7a5c0c6da769a0b26101d65237da2971ee0670e2e44d
post_install() {
vlicense ipfs-1-to-2/go-datastore/LICENSE
vdoc README.md
vdoc run.md
}