void-packages/srcpkgs/yadm/template
2021-01-11 08:21:11 +01:00

19 lines
559 B
Bash

# Template file for 'yadm'
pkgname=yadm
version=3.0.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/${pkgname}/archive/${version}.tar.gz"
checksum=724a8b61b09b70f5952cf14fd1786617bf88243a276b2d93dd7306feab13983c
do_install() {
vbin ${pkgname}
vman ${pkgname}.1
vcompletion completion/bash/yadm bash
vcompletion completion/fish/yadm.fish fish
vcompletion completion/zsh/_yadm zsh
}