New package: fs-repo-migrations-1.0.0
This commit is contained in:
parent
326c989c7c
commit
ae05f8dc33
1 changed files with 18 additions and 0 deletions
18
srcpkgs/fs-repo-migrations/template
Normal file
18
srcpkgs/fs-repo-migrations/template
Normal file
|
@ -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 <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=b8cd8ea22f59740be3eb7a5c0c6da769a0b26101d65237da2971ee0670e2e44d
|
||||
|
||||
post_install() {
|
||||
vlicense ipfs-1-to-2/go-datastore/LICENSE
|
||||
vdoc README.md
|
||||
vdoc run.md
|
||||
}
|
Loading…
Reference in a new issue