Skip to content

Commit

Permalink
New package: code-minimap-0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloitor committed May 2, 2024
1 parent 09691bd commit 2491a61
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/code-minimap/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'code-minimap'
pkgname=code-minimap
version=0.6.7
revision=1
build_style=cargo
short_desc="High performance code minimap render"
maintainer="Eloi Torrents <eloitor@disroot.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/wfxr/code-minimap"
distfiles="https://github.com/wfxr/code-minimap/archive/refs/tags/v${version}.tar.gz"
checksum=9c16d269c83a628d38ce0e02f2759b5aa6d55d81d20f4f30383191d365e53b73

post_install() {
vlicense LICENSE-MIT
vlicense LICENSE-APACHE
vcompletion completions/bash/code-minimap.bash bash
vcompletion completions/fish/code-minimap.fish fish
vcompletion completions/zsh/_code-minimap zsh

}

0 comments on commit 2491a61

Please sign in to comment.