Skip to content

Commit

Permalink
fixed ryandesign comment
Browse files Browse the repository at this point in the history
  • Loading branch information
withgod committed Jun 21, 2014
1 parent c2503f3 commit f0b199f
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions textproc/peco/Portfile
Expand Up @@ -2,21 +2,23 @@
# -*- 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

PortSystem 1.0
maintainers noname@withgod.jp
PortGroup github 1.0

github.setup peco peco 0.1.6 v
maintainers withgod.jp:withgod
name peco
categories textproc
version 0.1.6
license MIT
platforms darwin

homepage http://peco.github.io/

description Simplistic interactive filtering tool
long_description peco is based on percol.... ${description}
master_sites https://github.com/peco/peco/archive/
distname v${version}
checksums sha1 3cb3e84f5b01568f065c60f986358124d1be952a
depends_lib port:go
checksums rmd160 09420ba3818d82b5cdb40c6863dd4a0c6a677bf3 \
sha256 5a6973b31b300c57389216687079e1592f5baae92538a992cab0995323a76494

worksrcdir ${name}-${version}
depends_lib port:go

use_configure no

Expand All @@ -32,12 +34,6 @@ build {
}

destroot {
file mkdir ${destroot}/${prefix}/bin
xinstall -m 755 ${worksrcpath}/peco ${destroot}/${prefix}/bin
}

livecheck.type regex
livecheck.url https://github.com/peco/peco/releases
livecheck.regex v(\[0-9.\]+).tar.gz


0 comments on commit f0b199f

Please sign in to comment.