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