Skip to content

New package: forgejo-cli-0.4.1#59451

Open
rayfadh wants to merge 1 commit intovoid-linux:masterfrom
rayfadh:forgejo-cli
Open

New package: forgejo-cli-0.4.1#59451
rayfadh wants to merge 1 commit intovoid-linux:masterfrom
rayfadh:forgejo-cli

Conversation

@rayfadh
Copy link
Contributor

@rayfadh rayfadh commented Mar 18, 2026

Testing the changes

  • I tested the changes in this PR: YES

New package

Local build testing

  • I built this PR locally for my native architecture, x64-glibc

@rayfadh
Copy link
Contributor Author

rayfadh commented Mar 18, 2026

Putting this here first as a draft, I haven't tested it at all. Will update the descriptions after I've done testing.

@tranzystorekk tranzystorekk added the new-package This PR adds a new package label Mar 18, 2026
@hosaka
Copy link
Contributor

hosaka commented Mar 19, 2026

Shell completions can be added with something like this in post_install

	for _shell in bash fish zsh; do
		vtargetrun ${DESTDIR}/usr/bin/fj completion ${_shell} > forgejo-cli.${_shell}
		vcompletion forgejo-cli.${_shell} ${_shell} fj
	done

@rayfadh rayfadh force-pushed the forgejo-cli branch 3 times, most recently from e8855ce to 98f7e57 Compare March 19, 2026 11:57
@rayfadh
Copy link
Contributor Author

rayfadh commented Mar 19, 2026

Done. Thanks, @hosaka.

@rayfadh rayfadh marked this pull request as ready for review March 19, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-package This PR adds a new package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants