Commits

Herby Gillot authored and Frank Schima committed a66269d34ab
qri: new port
No tags

devel/qri/Portfile

Added
1 +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 +
3 +PortSystem 1.0
4 +PortGroup github 1.0
5 +
6 +github.setup qri-io qri 0.9.3 v
7 +
8 +categories devel net
9 +license GPL-3
10 +platforms darwin
11 +
12 +maintainers {gmail.com:herby.gillot @herbygillot} openmaintainer
13 +
14 +checksums rmd160 33f399e9856177d43dc7f10d8b24295b13b09389 \
15 + sha256 9207e22b5a47e1f258e591d81d403d983d028d81dac6d7120c545022346a1302 \
16 + size 4465272
17 +
18 +description A global dataset version control system (GDVCS) built on \
19 + the distributed web.
20 +
21 +long_description Qri is a global dataset version control system (GDVCS) \
22 + built on the distributed web. Qri is global, specific to \
23 + datasets, provides version control and runs on the \
24 + distributed web, seeking to solve common data problems \
25 + around discovery, trust, friction & synchronization.
26 +
27 +homepage https://qri.io/
28 +
29 +depends_build port:go
30 +build.env GO111MODULE=on
31 +build.target build
32 +
33 +installs_libs no
34 +use_configure no
35 +use_parallel_build no
36 +
37 +destroot {
38 + set gopath [exec go env GOPATH]
39 + copy "${gopath}/bin/qri" ${destroot}${prefix}/bin/
40 +}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut