Skip to content

Commit

Permalink
py-virtualfish: install plugin files
Browse files Browse the repository at this point in the history
  • Loading branch information
kurthindenburg committed Aug 5, 2017
1 parent f53d424 commit 0dea494
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/py-virtualfish/Portfile
Expand Up @@ -6,6 +6,7 @@ PortGroup github 1.0

set real_name virtualfish
github.setup adambrenecki $real_name 1.0.5
revision 1
name py-$real_name
platforms darwin
supported_archs noarch
Expand Down Expand Up @@ -33,6 +34,10 @@ python.versions 27 35
if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-virtualenv \
port:fish

post-destroot {
xinstall {*}[glob ${worksrcpath}/virtualfish/*.fish] ${destroot}${python.pkgd}/virtualfish/
}
}

notes "
Expand Down

0 comments on commit 0dea494

Please sign in to comment.