Search Criteria
Package Details: pak-git r27.51071dc-2
Git Clone URL: | https://aur.archlinux.org/pak-git.git (read-only, click to copy) |
---|---|
Package Base: | pak-git |
Description: | Changes pacman syntax to be more like APT |
Upstream URL: | None |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Arsen6331 |
Maintainer: | Arsen6331 |
Last Packager: | Arsen6331 |
Votes: | 1 |
Popularity: | 0.000014 |
First Submitted: | 2020-02-18 06:14 |
Last Updated: | 2021-01-04 08:07 |
Dependencies (2)
- yay (yayim, yay-bin, yay-git)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
Arsen6331 commented on 2020-02-19 20:18
I have rewritten my program in Go and updated the PKGBUILD
yochananmarqos commented on 2019-10-22 17:24
Your packages should have the
-git
suffix. See VCS package guidelines.None of the binaries will run without Swift installed:
Since your
pak-config
packages depend onswift-language
, there's no need to include it here.Include both
provides()
andconflicts()
arrays.No need to use
mkdir
asinstall -D
creates the leading directory.Your
pak-config
packages are installing the defaultpak.cfg
instead of the corresponding one from the plugins directory.