void-packages/srcpkgs/yadm/template

20 lines
541 B
Bash

# Template file for 'yadm'
pkgname=yadm
version=3.2.2
revision=1
depends="bash git gnupg"
short_desc="Yet Another Dotfiles Manager"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://yadm.io/"
distfiles="https://github.com/TheLocehiliosan/yadm/archive/${version}.tar.gz"
checksum=c5fb508748995ce4c08a21d8bcda686ad680116ccf00a5318bbccf147f4c33ad
do_install() {
vbin yadm
vman yadm.1
vcompletion completion/bash/yadm bash
vcompletion completion/fish/yadm.fish fish
vcompletion completion/zsh/_yadm zsh
}