Package Details: pvsneslib-git r1735.2aee3286-1

Git Clone URL: https://aur.archlinux.org/pvsneslib-git.git (read-only, click to copy)
Package Base: pvsneslib-git
Description: A free/libre toolchain to program the SNES using assembler and C
Upstream URL: https://github.com/alekmaul/pvsneslib
Licenses: MIT
Provides: pvsneslib
Submitter: rubin55
Maintainer: rubin55
Last Packager: rubin55
Votes: 0
Popularity: 0.000000
First Submitted: 2024-08-16 13:48 (UTC)
Last Updated: 2025-10-27 17:12 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

alexiarc commented on 2025-10-18 15:16 (UTC)

@rubin55, each part has its own env variables, so at first it won't compile because the PVNESLIB_HOME is not found, but was declared in prepare, but not in build.

rubin55 commented on 2025-10-18 14:49 (UTC)

@alexiarc: This is done in prepare(); Your message is extremely unclear; Did the resulting package not work? I rebuilt this last week, no changes upstream and have a working compiler.

alexiarc commented on 2025-10-18 14:29 (UTC) (edited on 2025-10-18 14:30 (UTC) by alexiarc)

There's a fix for build correctly, change build() function to that:

build() { cd "${srcdir}/${_pkgname}" export PVSNESLIB_HOME="${srcdir}/${_pkgname}" export MAKEFLAGS=--jobs=1 export CMAKE_POLICY_VERSION_MINIMUM=3.5 make }