void-packages/srcpkgs/ddgr/template

20 lines
658 B
Bash

# Template file for 'ddgr'
pkgname=ddgr
version=2.2
revision=1
build_style=gnu-makefile
depends="python3"
short_desc="DuckDuckGo from the terminal"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/ddgr"
changelog="https://raw.githubusercontent.com/jarun/ddgr/main/CHANGELOG"
distfiles="https://github.com/jarun/ddgr/archive/refs/tags/v${version}.tar.gz"
checksum=a858e0477ea339b64ae0427743ebe798a577c4d942737d8b3460bce52ac52524
post_install() {
vcompletion auto-completion/bash/ddgr-completion.bash bash
vcompletion auto-completion/fish/ddgr.fish fish
vcompletion auto-completion/zsh/_ddgr zsh
}