Search Criteria
Package Details: kakoune.cr-git r230.43d4276-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kakoune.cr-git.git (read-only, click to copy) |
|---|---|
| Package Base: | kakoune.cr-git |
| Description: | command-line tool for Kakoune |
| Upstream URL: | https://github.com/alexherbo2/kakoune.cr |
| Licenses: | Unlicense |
| Conflicts: | kakoune.cr |
| Provides: | kakoune.cr |
| Submitter: | Ordoviz |
| Maintainer: | Ordoviz |
| Last Packager: | Ordoviz |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-03-08 17:01 (UTC) |
| Last Updated: | 2021-11-23 13:38 (UTC) |
Dependencies (9)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR)
- crystal (crystal-gitAUR, crystal-nightlyAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- shards (shards-gitAUR, crystal-nightlyAUR) (make)
- bat (bat-cat-gitAUR) (optional) – fzf integration
- fd (fd-gitAUR, fd-gitAUR) (optional) – fzf integration
- fzf (fzf-gitAUR) (optional) – fzf integration
- ripgrep (ripgrep-gitAUR) (optional) – fzf integration
Required by (1)
- kak-auto-pairs-git (requires kakoune.cr)
Latest Comments
maxbaz commented on 2021-04-29 23:59 (UTC)
Regarding
.desktopfile, opened https://github.com/alexherbo2/kakoune.cr/issues/16wcasanova commented on 2021-04-28 13:03 (UTC)
please add kakoune.desktop kakoune.cr/share/kcr/applications/
maxbaz commented on 2021-03-20 00:20 (UTC)
Turns out it was still needed for
kcr play, so I added a symlink as you suggested. Moved some deps tomakedependsas it seems we don't need them in runtime, and also addedllvmbecause I saw an error about it being missing during the build...maxbaz commented on 2021-03-19 23:48 (UTC)
Yes indeed, ah I didn't know about this auto-sourcing magic, nice!
Then I think we don't need to put the file in two locations, but I'll have a look at PKGBUILD to see if I can think of some other improvements, for example I noticed that
kcr tldrfails because we are not installing another file.Ordoviz commented on 2021-03-19 08:00 (UTC)
Did you got the error when you ran
kcr init kakoune? You probably don't need to run this command because the files in/usr/share/kak/rc/will be automatically sourced. If we didn't put the init script there, users would need to take care of sourcing it themselves. How about installing the script to both locations—with a symlink perhaps?Anyways, I made you a co-maintainer because I only use kakoune.cr as a dependency for auto-pairs.
maxbaz commented on 2021-03-19 00:11 (UTC)
It seems we should install
.kakfile to$pkgdir/usr/share/kcr/init/kakoune.kakinstead of$pkgdir/usr/share/kak/rc/addons/kakoune.cr.kak, as the paths are hardcoded and I'm seeing an error in debug buffer:https://github.com/alexherbo2/kakoune.cr/blob/94ce19700bd9446986da78c3c9369172275e1106/src/cli.cr#L8 https://github.com/alexherbo2/kakoune.cr/blob/94ce19700bd9446986da78c3c9369172275e1106/src/cli.cr#L241