# -*- 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 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/JanDeDobbeleer/oh-my-posh 28.0.0 v go.offline_build no revision 0 homepage https://ohmyposh.dev description A prompt theme engine for any shell. long_description {*}${description} categories sysutils shells installs_libs no license GPL-3 maintainers {gmail.com:herby.gillot @herbygillot} \ {duck.com:ihj3s1wy @PinoTucana} \ openmaintainer checksums rmd160 469e360b680a38ad8f1af998a8e0c3e2598f255f \ sha256 6e532fbf24703d26cc7f86e1405ce38a1ff958fa8688c184b90d4eabd4b6e6d8 \ size 6798635 build.dir ${worksrcpath}/src build.pre_args-append \ -ldflags \"-X github.com/jandedobbeleer/oh-my-posh/src/build.Version=${version} \ -X github.com/jandedobbeleer/oh-my-posh/src/build.Date="2025-11-23"\" -o ${name} set omp_share_path ${prefix}/share/${name} destroot { xinstall -m 0755 ${worksrcpath}/src/${name} ${destroot}${prefix}/bin/ xinstall -d ${destroot}${omp_share_path} file copy ${worksrcpath}/themes ${destroot}${omp_share_path}/ } notes " Themes for ${name} can be found in: ${omp_share_path}/themes "