diff --git a/srcpkgs/fs-repo-migrations/template b/srcpkgs/fs-repo-migrations/template new file mode 100644 index 00000000000..2103a6206eb --- /dev/null +++ b/srcpkgs/fs-repo-migrations/template @@ -0,0 +1,18 @@ +# 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 " +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 +}