summarylogtreecommitdiffstats
path: root/skip-distro-check.patch
AgeCommit message (Collapse)Author
2024-02-10upgpkg: 7.4.1-3: Refactor PKGBUILDCarl Smedstad
* Remove dependency on upstream's 3.5k LOC build script 'build.psm1'. * Ensure dependencies are fetched in in the prepare function. * Use Git repository as source to avoid patching and properly inject VCS info.
2023-12-02Publish version 7.4.0-1Carl Smedstad
2023-08-03Publish version 7.3.6-1 - Major refactoringCarl Smedstad
I've reviewed the package thoroughly and ended up making some major changes: * Removed separate build of PowerShell-Native, the artifacts we built were unused and the ones fetched NuGet was installed. Building PowerShell-Native as a separate package to depend on is something that might be considered for the future. * I've closely examined the build script upstream uses (build.psm1) and tried to replicate that build process as closely as possible. * I've replaced the old test suites with upstream's PowerShell suite. This suite does take around 5 minutes but, as these tests thoroughly test the core functionality of the package, I consider it worthwhile.