void-packages/srcpkgs/fs-repo-migrations/template
2020-10-02 14:42:32 -07:00

18 lines
552 B
Bash

# Template file for 'fs-repo-migrations'
pkgname=fs-repo-migrations
version=1.6.4
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=9ab93755c93ca74da3afaa66dafd93c2b07c2a8e207e05b40ff6f7579819d451
post_install() {
vlicense LICENSE
vdoc README.md
vdoc run.md
}