You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
taskwarrior-tui: update to 0.26.8
This commit is contained in:
@@ -4,7 +4,7 @@ PortSystem 1.0
|
||||
PortGroup cargo 1.0
|
||||
PortGroup github 1.0
|
||||
|
||||
github.setup kdheepak taskwarrior-tui 0.26.6 v
|
||||
github.setup kdheepak taskwarrior-tui 0.26.8 v
|
||||
github.tarball_from archive
|
||||
revision 0
|
||||
|
||||
@@ -19,29 +19,24 @@ maintainers {gmail.com:herby.gillot @herbygillot} \
|
||||
openmaintainer
|
||||
|
||||
checksums ${distname}${extract.suffix} \
|
||||
rmd160 60f9b2d6771c49c55149b1045a16c382e012f994 \
|
||||
sha256 8dc1a09d5c51c1646cf6d2bdc0684a80701d6c466cde2ca8af9e5c14a1946a5e \
|
||||
size 98065
|
||||
rmd160 4a8d5ae574b5dae519991b5cfd84ed1087c97a5f \
|
||||
sha256 fb75c8c88141d49db25d4bab62f78efdf8087a76ae9d2f0cdd06ec22e2ea7ea0 \
|
||||
size 162007
|
||||
|
||||
depends_build-append \
|
||||
port:git \
|
||||
port:go-md2man
|
||||
port:git
|
||||
|
||||
depends_run-append port:task
|
||||
|
||||
build.env-append CARGO_NET_GIT_FETCH_WITH_CLI=true
|
||||
|
||||
post-build {
|
||||
system -W ${worksrcpath}/docs "go-md2man -in=${name}.1.md -out=${name}.1"
|
||||
}
|
||||
|
||||
destroot {
|
||||
xinstall -m 0755 \
|
||||
${worksrcpath}/target/[cargo.rust_platform]/release/${name} \
|
||||
${destroot}${prefix}/bin/
|
||||
|
||||
# install man page
|
||||
xinstall -m 0644 ${worksrcpath}/docs/${name}.1 \
|
||||
xinstall -m 0644 ${worksrcpath}/packaging/man/${name}.1 \
|
||||
${destroot}${prefix}/share/man/man1
|
||||
|
||||
# Install bash completion
|
||||
|
||||
Reference in New Issue
Block a user