5942b22e5f
Closes: #7014 [via git-merge-pr]
18 lines
549 B
Bash
18 lines
549 B
Bash
# Template file for 'yadm'
|
|
pkgname=yadm
|
|
version=1.11.0
|
|
revision=1
|
|
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=7c07f9eab328ca8d21018516f2b39de9dedb92d22620ab059ea57745542f86d2
|
|
|
|
do_install() {
|
|
vbin ${pkgname}
|
|
vman ${pkgname}.1
|
|
vinstall completion/yadm.bash_completion 644 usr/share/bash-completion/completions yadm
|
|
}
|