Search Criteria
Package Details: fe 1.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/fe.git (read-only, click to copy) |
---|---|
Package Base: | fe |
Description: | AUR helper with a familiar subcommand system |
Upstream URL: | https://github.com/baris-inandi/fe |
Licenses: | GPL3 |
Submitter: | baris-inandi |
Maintainer: | baris-inandi |
Last Packager: | baris-inandi |
Votes: | 2 |
Popularity: | 0.002666 |
First Submitted: | 2022-07-31 21:49 (UTC) |
Last Updated: | 2022-08-15 19:40 (UTC) |
Dependencies (6)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- pacman-contrib (pacman-contrib-gitAUR)
- paruAUR (paru-gitAUR, paru-binAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, fudo-gitAUR, sudo-selinuxAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
« First ‹ Previous 1 2 3
baris-inandi commented on 2022-07-31 22:31 (UTC) (edited on 2022-07-31 22:57 (UTC) by baris-inandi)
Hey, sorry for the inconvenience. I've been trying to get it to successfully build, should've done that before publishing. I'll be reading the Go package guidelines you provided and fix it asap, thanks
ps. fzf was also mentioned in the readme as a dep, but is no longer a dependency. Updating the readme as well
yochananmarqos commented on 2022-07-31 22:26 (UTC)
Since you're completely ignoring my advice and clearly have no idea what you're doing, I'm filing a deletion request.
yochananmarqos commented on 2022-07-31 22:01 (UTC)
Your
Makefile
callssudo
, that is not appropriate. Please see Go package guidelines. You also don't include all the dependencies specified in yourREADME
. A package provides itself, there's no need to include a provides() array at all.« First ‹ Previous 1 2 3