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 78632 2011-05-14 22:50:58Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup cooljeanius macportsscripts 0.1.1 v |
---|
8 | epoch 2 |
---|
9 | platforms darwin |
---|
10 | categories sysutils macports |
---|
11 | maintainers phw gwmail.gwu.edu:egall openmaintainer |
---|
12 | description Various scripts to work with MacPorts |
---|
13 | license BSD |
---|
14 | long_description ${description} |
---|
15 | |
---|
16 | fetch.type git |
---|
17 | git.url git://github.com/cooljeanius/macportsscripts.git |
---|
18 | |
---|
19 | use_configure no |
---|
20 | build {} |
---|
21 | |
---|
22 | destroot { |
---|
23 | xinstall -d -m 755 ${destroot}${prefix}/bin |
---|
24 | eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin |
---|
25 | } |
---|
26 | |
---|
27 | livecheck.type none |
---|