forked from gautamkrishnar/socli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfile
34 lines (23 loc) · 888 Bytes
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# -*- 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
# $Id$
PortSystem 1.0
PortGroup github 1.0
github.setup gautamkrishnar socli 3.6
github.tarball_from releases
categories sysutils
platforms darwin
license BSD-3
maintainers gmail.com:r.gautamkrishna
description Stack Overflow CLI
long_description Stack Overflow command line written in python. \
Using SoCLI you can search and browse Stack Overflow \
without leaving the terminal
homepage http://www.github.com/gautamkrishnar/socli
checksums rmd160 f23f3bc03c722fe8eb45482bdb490b6f07971ae7
sha256 abf585ab347d8087870312f181c49f3b7f4a17084bd611adeadb03a6a063af41
depends_lib port:py-beautifulsoup4 \
port:py-colorama \
port:py-urwid \
port:py-requests \
lib:py-stackexchange
use_zip yes