Commits
Giuseppe 'ferdy' Miceli authored and Frank Schima committed 3ead18d2681
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup github 1.0 |
5 5 | |
6 6 | name z |
7 - | homepage https://github.com/rupa/z |
8 7 | categories sysutils |
9 8 | maintainers nomaintainer |
10 9 | description Tracks most-used directories to make cd smarter |
11 10 | long_description ${name} is a shell utility for navigating most-used \ |
12 11 | directories. |
13 12 | platforms darwin |
14 13 | license WTFPL-2 |
15 14 | supported_archs noarch |
16 15 | |
17 16 | if {${name} eq ${subport}} { |
18 17 | github.setup rupa z 1.11 v |
19 18 | revision 0 |
20 19 | |
21 20 | checksums rmd160 64173ef1b8e77f1db4ee53486f55159ed8b43d83 \ |
22 - | sha256 a06d8d56bd8373229b1f11690ac5d9f13753215ce57488efa1c5a6efc6f735bb |
21 + | sha256 a06d8d56bd8373229b1f11690ac5d9f13753215ce57488efa1c5a6efc6f735bb \ |
22 + | size 6003 |
23 23 | |
24 24 | conflicts z-devel |
25 25 | } |
26 26 | |
27 27 | subport z-devel { |
28 28 | github.setup rupa z 9d5a3fe0407101e2443499e4b95bca33f7a9a9ca |
29 29 | version 20180810 |
30 30 | revision 0 |
31 31 | |
32 32 | checksums rmd160 bcf75ba6af08a3883f9a70c9a433ae456cfce427 \ |