Commits
Herby Gillot authored and Zero King committed 18cad75a62b
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 | PortGroup cargo 1.0 |
6 6 | |
7 - | github.setup starship starship 0.22.0 v |
7 + | github.setup starship starship 0.24.0 v |
8 8 | categories sysutils |
9 9 | platforms darwin |
10 10 | maintainers {l2dy @l2dy} openmaintainer |
11 11 | license ISC |
12 12 | |
13 13 | description a minimal, blazing fast, and extremely customizable prompt for any shell |
14 14 | |
15 15 | long_description Starship is ${description}. |
16 16 | |
17 17 | checksums ${distname}${extract.suffix} \ |
18 - | rmd160 24067510658627a84b9c197a0f95b97fc2267614 \ |
19 - | sha256 142c88e462f590f0c66add67562e276085d2f0b7d448a3604e8f989c51653d7d \ |
20 - | size 4291659 |
18 + | rmd160 02e977db65cc4f5bb732f2a5128d3bce1333d9b4 \ |
19 + | sha256 f0e7ee1f29e09c0bbe059407fc7ffc27ecc11395c91ecb8e8c85b500de4f40b4 \ |
20 + | size 4328571 |
21 21 | |
22 22 | # For crate:openssl-sys |
23 23 | depends_build port:pkgconfig |
24 24 | depends_lib path:lib/libssl.dylib:openssl |
25 25 | |
26 26 | destroot { |
27 27 | xinstall -m 755 ${worksrcpath}/target/[cargo.rust_platform]/release/${name} ${destroot}${prefix}/bin/ |
28 28 | } |
29 29 | |
30 30 | cargo.crates \ |