19 lines
552 B
Bash
19 lines
552 B
Bash
# Template file for 'fs-repo-migrations'
|
|
pkgname=fs-repo-migrations
|
|
version=1.4.0
|
|
revision=2
|
|
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=f8638d1069919283039c50a8f899822202f00a43bef1f359f3bf44e2e3143d48
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc README.md
|
|
vdoc run.md
|
|
}
|