# Template file for 'codeberg-cli' pkgname=codeberg-cli version=0.4.5 revision=1 build_style=cargo build_helper=qemu hostmakedepends="pkg-config" makedepends="libgit2-1.8-devel openssl-devel" short_desc="CLI Tool for Codeberg similar to gh and glab" maintainer="tranzystorekk " license="AGPL-3.0-or-later" homepage="https://codeberg.org/Aviac/codeberg-cli" changelog="https://codeberg.org/Aviac/codeberg-cli/raw/branch/main/CHANGELOG.md" distfiles="https://codeberg.org/Aviac/codeberg-cli/archive/v${version}.tar.gz" checksum=c86d1e7f8582646d98e8090da280d4aff6503746dda5911cc0cff375940c2673 post_install() { vlicense LICENSE for shell in bash fish zsh; do vtargetrun ${DESTDIR}/usr/bin/berg completion ${shell} > berg.${shell} vcompletion berg.${shell} ${shell} berg done }