mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
exa: rebuild for libgit2-1.5.0
This commit is contained in:
parent
19c1f6fe4d
commit
f684d6bac2
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'exa'
|
||||
pkgname=exa
|
||||
version=0.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel"
|
||||
|
@ -9,7 +9,7 @@ short_desc="Modern replacement for ls"
|
|||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://the.exa.website/"
|
||||
distfiles="https://github.com/ogham/exa/archive/v${version}.tar.gz
|
||||
distfiles="https://github.com/ogham/exa/archive/refs/tags/v${version}.tar.gz
|
||||
https://github.com/ogham/exa/releases/download/v${version}/exa-accoutrements-v${version}.zip"
|
||||
checksum="ff0fa0bfc4edef8bdbbb3cabe6fdbd5481a71abbbcc2159f402dea515353ae7c
|
||||
531596a1ef2a757c7728087529528150e6eb52bb8224fe575aa00a5f1b762849"
|
||||
|
@ -21,10 +21,10 @@ post_extract() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vman accoutrements/man/exa.1
|
||||
vman accoutrements/man/exa_colors.5
|
||||
vcompletion completions/completions.bash bash
|
||||
vcompletion completions/completions.fish fish
|
||||
vcompletion completions/completions.zsh zsh
|
||||
vlicense LICENCE
|
||||
vman accoutrements/man/exa.1
|
||||
vman accoutrements/man/exa_colors.5
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue