mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ddgr: update to 2.1.
This commit is contained in:
parent
14b1c3c405
commit
ae5155aeab
1 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ddgr'
|
# Template file for 'ddgr'
|
||||||
pkgname=ddgr
|
pkgname=ddgr
|
||||||
version=2.0
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -9,5 +9,11 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jarun/ddgr"
|
homepage="https://github.com/jarun/ddgr"
|
||||||
changelog="https://raw.githubusercontent.com/jarun/ddgr/main/CHANGELOG"
|
changelog="https://raw.githubusercontent.com/jarun/ddgr/main/CHANGELOG"
|
||||||
distfiles="https://github.com/jarun/ddgr/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jarun/ddgr/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=7e46430b0a8c479a5feca832adb73f2f09804bf603dedc50f4cf2e1da4c75f88
|
checksum=fb6601ad533f2925d2d6299ab9e6dd48da0b75e99ef9ed9068f37e516380b5e6
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vcompletion auto-completion/bash/ddgr-completion.bash bash
|
||||||
|
vcompletion auto-completion/fish/ddgr.fish fish
|
||||||
|
vcompletion auto-completion/zsh/_ddgr zsh
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue