Package Details: vitasdk-git 2.517-1

Git Clone URL: https://aur.archlinux.org/vitasdk-git.git (read-only, click to copy)
Package Base: vitasdk-git
Description: VITASDK homebrew toolchain for Sony Playstation Vita
Upstream URL: https://vitasdk.org/
Licenses: GPL, MIT
Provides: psvita-sdk, vitasdk
Replaces: psvita-sdk
Submitter: nikarh
Maintainer: nikarh
Last Packager: nikarh
Votes: 1
Popularity: 0.025609
First Submitted: 2023-10-23 15:01 (UTC)
Last Updated: 2023-11-21 08:27 (UTC)

Dependencies (2)

Required by (2)

Sources (3)

Latest Comments

nikarh commented on 2023-11-21 08:19 (UTC)

@fish47

Makes sense, will add it, thanks!

fish47 commented on 2023-11-19 17:47 (UTC)

install_env_file() {
  cat <<EOF > "$1"
$2 VITASDK$3/opt/vitasdk
$2 PATH$3\${PATH}:\${VITASDK}/bin
EOF
  install -Dm755 "$1" "${pkgdir}/etc/profile.d/$1"
}

package() {
  ...
  install_env_file vitasdk.sh 'export' '='
  install_env_file vitasdk.csh 'setenv' ' '
}

Since it is installed as system package, necessary envs can be set through the tweaks above like android-sdk does.