19 lines
620 B
Bash
19 lines
620 B
Bash
# Template file for 'yadm'
|
|
pkgname=yadm
|
|
version=2.5.0
|
|
revision=1
|
|
archs=noarch
|
|
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=d022d118a1a477e09afa00c80e10bd94b150d99709e57f01ba48ca2eaaeeb2de
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vman ${pkgname}.1
|
|
vinstall completion/yadm.bash_completion 644 usr/share/bash-completion/completions yadm
|
|
vinstall completion/yadm.zsh_completion 644 usr/share/zsh/site-functions _yadm
|
|
}
|