Package Details: oh-my-posh 26.9.0-1

Git Clone URL: https://aur.archlinux.org/oh-my-posh.git (read-only, click to copy)
Package Base: oh-my-posh
Description: A prompt theme engine for any shell.
Upstream URL: https://github.com/JanDeDobbeleer/oh-my-posh
Keywords: oh-my-posh
Licenses: MIT
Submitter: wszqkzqk
Maintainer: wszqkzqk
Last Packager: wszqkzqk
Votes: 10
Popularity: 1.53
First Submitted: 2022-10-20 13:30 (UTC)
Last Updated: 2025-06-17 13:46 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

TrialnError commented on 2023-01-06 18:41 (UTC)

Temporary fix for the name of the created binary:

@@ -22,7 +22,7 @@ build() {
 }
 package() {
     cd "$pkgname-$pkgver/src"
-    install -Dm 755 ./oh-my-posh -t "${pkgdir}/usr/bin/"
+    install -Dm 755 ./src -D "${pkgdir}/usr/bin/oh-my-posh"
     install -Dm 644 "../COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     install -d "${pkgdir}/usr/share/oh-my-posh/themes"
     install -m 644 ../themes/* -t "${pkgdir}/usr/share/oh-my-posh/themes"

a821 commented on 2023-01-06 12:58 (UTC) (edited on 2023-01-07 12:56 (UTC) by a821)

Edit: fixed, thanks :-)

fails to build due to an error in line #25, because the binary is called src instead of oh-my-posh. Maybe an issue to raise upstream.