Files
void-packages/srcpkgs/fs-repo-migrations/template
Chris Brannon f0a7099a95 Update go-ipfs and its dependency. (#5732)
* fs-repo-migrations: update to 1.2.0.

* go-ipfs: update to 0.4.5.
2017-02-14 01:11:55 +01:00

19 lines
552 B
Bash

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