Search Criteria
Package Details: protonutils 1.6.7-1
Package Actions
| 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: | 5 |
| Popularity: | 0.005585 |
| First Submitted: | 2021-11-13 16:43 (UTC) |
| Last Updated: | 2023-05-29 18:28 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-eacAUR)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-binAUR, goup-rsAUR, gcc-go) (make)
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=onhas 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-develgroup is required to be installed for using the AUR and the packages should not be in makedepends(). In your Dockerfile, use:Or use the
archlinux:base-develimage.