From ae05f8dc338ecf7a5d3744af2cc1c7e81c041a2c Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Sun, 10 Apr 2016 16:58:00 -0700 Subject: [PATCH] New package: fs-repo-migrations-1.0.0 --- srcpkgs/fs-repo-migrations/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/fs-repo-migrations/template 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 +}