c4020cd82b
closes #30023
19 lines
541 B
Bash
19 lines
541 B
Bash
# Template file for 'yadm'
|
|
pkgname=yadm
|
|
version=3.1.0
|
|
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=9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263
|
|
|
|
do_install() {
|
|
vbin yadm
|
|
vman yadm.1
|
|
vcompletion completion/bash/yadm bash
|
|
vcompletion completion/fish/yadm.fish fish
|
|
vcompletion completion/zsh/_yadm zsh
|
|
}
|