Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: git-prole-0.5.3 #54386

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions srcpkgs/git-prole/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'git-prole'
pkgname=git-prole
version=0.5.3
revision=1
build_style=cargo
build_helper="qemu"
depends="git bash"
checkdepends="git"
short_desc="Git-worktree(1) manager"
maintainer="classabbyamp <[email protected]>"
license="MIT"

Check failure on line 11 in srcpkgs/git-prole/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

license 'MIT', but no use of vlicense
homepage="https://9999years.github.io/git-prole/"
changelog="https://github.com/9999years/git-prole/releases"
distfiles="https://github.com/9999years/git-prole/archive/refs/tags/v${version}.tar.gz"
checksum=e589139d31a2547179cf61cc5348de6925c4ca0a2f861a0960dcb178f7b9aec7

post_install() {
for sh in bash fish zsh; do
vtargetrun "$DESTDIR"/usr/bin/git-prole completions "$sh" > "completions.$sh"
vcompletion "completions.$sh" "$sh"
done
}
Loading