Package Details: packwiz-git r369.0626c00-2

Git Clone URL: https://aur.archlinux.org/packwiz-git.git (read-only, click to copy)
Package Base: packwiz-git
Description: A command line tool for creating minecraft modpacks.
Upstream URL: https://packwiz.infra.link
Licenses: MIT
Conflicts: packwiz
Provides: packwiz
Submitter: CCF_100
Maintainer: txtsd
Last Packager: txtsd
Votes: 9
Popularity: 0.010049
First Submitted: 2021-01-26 01:47 (UTC)
Last Updated: 2024-11-11 04:32 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

txtsd commented on 2024-11-11 04:14 (UTC)

@dazoe Thank you for reporting and explaining! I will push a fix shortly.

dazoe commented on 2024-11-10 18:51 (UTC)

The addition of go mod download in the prepare section leads to problems with yay and other tools that use makepkg's clean up. It leaves the modcache in a readonly state, The can be resolved by adding -modcacherw to the download command, or not having go mod download in the prepare section.

txtsd commented on 2023-02-15 18:25 (UTC)

Awesome!

Scrumplex commented on 2023-02-15 18:24 (UTC)

Done!

txtsd commented on 2023-02-15 18:22 (UTC)

I don't mind taking over your packages~

Scrumplex commented on 2023-02-15 18:09 (UTC)

Does anyone want to take over this package? I am planning to disown most of my AUR packages, as I don't run Arch as my primary distro anymore.

Lgmrszd commented on 2022-04-21 18:06 (UTC)

I implemented automatic generation of shell auto-completion files (bash, zsh and fish), as well as improved pkgver() function according to VCS package guidelines

I prepared updated PKGBUILD (includes changes suggested by @Corubba)

Corubba commented on 2021-10-19 11:02 (UTC) (edited on 2021-10-19 11:03 (UTC) by Corubba)

If I may suggest a few improvements:

  • go is a buildtime dependency, not a runtime dependency
  • git is missing as a buildtime dependency
  • glibc is missing as a runtime dependency
  • The build flags are not properly set, see Go packaging guidelines

I prepared a diff.