Search Criteria
Package Details: hilbish-git 2.0.0.rc1.r23.g1024f93-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hilbish-git.git (read-only, click to copy) |
|---|---|
| Package Base: | hilbish-git |
| Description: | The flower shell for Lua users |
| Upstream URL: | https://github.com/rosettea/hilbish |
| Keywords: | go lua shell |
| Licenses: | MIT |
| Conflicts: | hilbish |
| Provides: | hilbish |
| Submitter: | lmartinez-mirror |
| Maintainer: | None |
| Last Packager: | lmartinez-mirror |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-03-22 02:34 (UTC) |
| Last Updated: | 2022-12-07 18:30 (UTC) |
Dependencies (5)
- lua-inspectAUR
- lua-lunacolorsAUR (lua-lunacolors-gitAUR)
- lua-succulentAUR (lua-succulent-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Required by (1)
- hilbifetch-git (requires hilbish)
Latest Comments
brainlessbitch commented on 2024-02-27 17:55 (UTC)
hilbish uses /usr/local/share by default now, please fix this
Pansy27 commented on 2022-12-04 21:53 (UTC)
Please update the package as hilbish no longer uses a makefile. The package name for "lua-lunacolors" and "lua-succulent" has changed too. The pgp key used in the PKGBUILD is the wrong one resulting in installation getting aborted due to pgp key errors.
devins2518 commented on 2021-05-14 15:18 (UTC) (edited on 2021-05-14 15:18 (UTC) by devins2518)
This line should be changed to make build-dev
lmartinez-mirror commented on 2021-03-24 22:21 (UTC)
Sure, as long as I can still use the build flags listed here for the package, though the
package()function has to stay for installation.<deleted-account> commented on 2021-03-24 15:57 (UTC)
Hilbish can now be built with a makefile. Would it be possible to replace
go buildin the pkgbuild withmake buildandmake install, while removing thepackage()function?