20 lines
629 B
Bash
20 lines
629 B
Bash
# Template file for 'yadm'
|
|
pkgname=yadm
|
|
version=1.12.0
|
|
revision=2
|
|
noarch=yes
|
|
depends="bash git gnupg"
|
|
short_desc="Yet Another Dotfiles Manager"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-3"
|
|
homepage="https://thelocehiliosan.github.io/yadm/"
|
|
distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=c3d612d01e2027d5f457e0f7d120bc67251b716c373d99fe70638bd86edf107f
|
|
|
|
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
|
|
}
|