Package Details: protonutils 1.6.7-1

Git Clone URL: https://aur.archlinux.org/protonutils.git (read-only, click to copy)
Package Base: protonutils
Description: CLI tool that provides different utilities to make using the Proton compatibility tool more easily
Upstream URL: https://github.com/nning/protonutils
Keywords: proton
Licenses: MIT
Submitter: phects
Maintainer: phects
Last Packager: phects
Votes: 4
Popularity: 0.27
First Submitted: 2021-11-13 16:43 (UTC)
Last Updated: 2023-05-29 18:28 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

phects commented on 2023-05-29 18:32 (UTC)

@yochananmarqos: Thanks! I updated the PKGBUILD.

yochananmarqos commented on 2023-05-29 17:26 (UTC) (edited on 2023-05-29 17:47 (UTC) by yochananmarqos)

@phects: I've made more improvements to my PKGBUILD linked below.

FYI, GO111MODULE=on has been default since Go 1.16.

phects commented on 2021-11-14 09:04 (UTC) (edited on 2021-11-14 09:09 (UTC) by phects)

@yochananmarqos:

Thanks for your suggestions!

I read your PKGBUILD and the Go package guidelines and changed my PKGBUILD and the project Makefile to build a pie and use C/C++ compiler and linker flags.

yochananmarqos commented on 2021-11-14 01:49 (UTC) (edited on 2021-11-14 01:49 (UTC) by yochananmarqos)

Please follow Go package guidelines.

Improved PKGBULD

The base-devel group is required to be installed for using the AUR and the packages should not be in makedepends(). In your Dockerfile, use:

RUN pacman -Sy --noconfirm base-devel

Or use the archlinux:base-devel image.