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: dotter-0.13.3 #53155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
24 changes: 24 additions & 0 deletions srcpkgs/dotter/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Template file for 'dotter'
pkgname=dotter
version=0.13.3
revision=1
build_style=cargo
build_helper=qemu
checkdepends="which"
short_desc="Dotfile manager and templater written in rust"
maintainer="Ryoga-exe <mail@ryoga.dev>"
license="Unlicense"
homepage="https://github.com/SuperCuber/dotter"
changelog="https://github.com/SuperCuber/dotter/releases"
distfiles="https://github.com/SuperCuber/dotter/archive/refs/tags/v${version}.tar.gz"
checksum=4ca78450414f405c892c26b1663cac6e56a86e1d04529a7b1a69b23881c38414

post_install() {
mkdir completions
for shell in bash fish zsh; do
vtargetrun "${DESTDIR}/usr/bin/dotter" gen-completions --shell ${shell} > completions/dotter.${shell}
vcompletion completions/dotter.${shell} ${shell} dotter
done

vlicense LICENSE.md
}