mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: handlr-0.6.4
This commit is contained in:
parent
0e4467dd22
commit
e31e0aff95
1 changed files with 25 additions and 0 deletions
25
srcpkgs/handlr/template
Normal file
25
srcpkgs/handlr/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'handlr'
|
||||||
|
pkgname=handlr
|
||||||
|
version=0.6.4
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
depends="shared-mime-info"
|
||||||
|
checkdepends="shared-mime-info"
|
||||||
|
short_desc="Alternative to xdg-utils for ease of use"
|
||||||
|
maintainer="Noel Cower <ncower@nil.dev>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/chmln/handlr"
|
||||||
|
distfiles="https://github.com/chmln/handlr/archive/v${version}.tar.gz"
|
||||||
|
checksum=7aae79775a08fdeb822eb0dafe90fdedffb97063649c9a950e9a8b8e6bf8e5ba
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# fixes an indexmap error when cross compiling (see #34889)
|
||||||
|
cargo update --package autocfg:1.0.1 --precise 1.1.0
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vcompletion completions/_handlr zsh
|
||||||
|
vcompletion completions/handlr.fish fish
|
||||||
|
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue