Commits
Herby Gillot authored and Chris Jones committed c14c35ba03b
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 golang 1.0 |
5 5 | |
6 - | go.setup github.com/jesseduffield/lazygit 0.8.1 v |
6 + | go.setup github.com/jesseduffield/lazygit 0.9 v |
7 7 | categories devel |
8 8 | license MIT |
9 9 | maintainers {gmail.com:herby.gillot @herbygillot} openmaintainer |
10 10 | |
11 11 | description A simple terminal UI for git commands, written in Go |
12 12 | long_description $description |
13 13 | |
14 - | checksums rmd160 d8d1e617b90efb9f7ed2461e6c09d46ee917d4fa \ |
15 - | sha256 929ad88bb50f56d6f3ce86edda01c89428faf56ac500c0f88287bede70bef81a \ |
16 - | size 6666489 |
14 + | checksums rmd160 7a7d5009dd6c001906fbf142baba52e1d1aad0b0 \ |
15 + | sha256 a3e2437ba241562984eed282cf856b3efc9b7b3688eef56393e2e5b5bc14bd76 \ |
16 + | size 7249510 |
17 17 | |
18 18 | destroot { |
19 19 | xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ |
20 20 | file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name} |
21 21 | } |