Package Details: pretty-git-prompt 0.2.1-1

Git Clone URL: https://aur.archlinux.org/pretty-git-prompt.git (read-only, click to copy)
Package Base: pretty-git-prompt
Description: Pretty git status for your shell prompt
Upstream URL: https://github.com/TomasTomecek/pretty-git-prompt
Licenses: MIT
Submitter: terminalnode
Maintainer: ryanobeirne
Last Packager: ryanobeirne
Votes: 0
Popularity: 0.000000
First Submitted: 2019-10-07 09:06 (UTC)
Last Updated: 2023-12-24 16:35 (UTC)

Latest Comments

terminalnode commented on 2019-10-07 15:32 (UTC)

Thanks, I've updated the package with the requested changes.

yochananmarqos commented on 2019-10-07 15:22 (UTC) (edited on 2019-10-07 15:22 (UTC) by yochananmarqos)

The make function should be in a build() array, not in the package() array:

build() {
  cd "$srcdir"/"$pkgname"-"$pkgver"
  make exec-stable-build
}

package() {
  cd "$srcdir"/"$pkgname"-"$pkgver"
  install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
}