void-packages/srcpkgs/skim/template

16 lines
401 B
Bash

# Template file for 'skim'
pkgname=skim
version=0.5.1
revision=2
build_style=cargo
short_desc="Fuzzy Finder in rust"
maintainer="Orphan <orphan@voidlinux.eu>"
license="MIT"
homepage="https://github.com/lotabout/skim"
distfiles="https://github.com/lotabout/skim/archive/v${version}.tar.gz"
checksum=f616e229971c75b14e46a5843389e61148262ad41965afa051ff85970f3a6773
post_install() {
vlicense LICENSE
}