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 | # $Id: Portfile 134659 2015-04-02 13:26:18Z ciserlohn@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup select 1.0 |
---|
6 | |
---|
7 | name go_select |
---|
8 | version 1.0 |
---|
9 | categories sysutils lang |
---|
10 | platforms darwin |
---|
11 | maintainers ciserlohn |
---|
12 | license BSD |
---|
13 | supported_archs noarch |
---|
14 | |
---|
15 | description common files for selecting default Go version |
---|
16 | |
---|
17 | long_description This port installs files that allow 'port select' to be \ |
---|
18 | used to create links to the preferred default version of Go. |
---|
19 | |
---|
20 | homepage http://www.macports.org/ |
---|
21 | |
---|
22 | distfiles |
---|
23 | |
---|
24 | use_configure no |
---|
25 | |
---|
26 | build {} |
---|
27 | |
---|
28 | destroot { |
---|
29 | select::install go ${filespath}/base |
---|
30 | select::install go ${filespath}/none |
---|
31 | } |
---|
32 | |
---|
33 | livecheck.type none |
---|