mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
parent
281622822a
commit
c4020cd82b
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'yadm'
|
# Template file for 'yadm'
|
||||||
pkgname=yadm
|
pkgname=yadm
|
||||||
version=3.0.2
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
depends="bash git gnupg"
|
depends="bash git gnupg"
|
||||||
short_desc="Yet Another Dotfiles Manager"
|
short_desc="Yet Another Dotfiles Manager"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://yadm.io/"
|
homepage="https://yadm.io/"
|
||||||
distfiles="https://github.com/TheLocehiliosan/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/TheLocehiliosan/yadm/archive/${version}.tar.gz"
|
||||||
checksum=724a8b61b09b70f5952cf14fd1786617bf88243a276b2d93dd7306feab13983c
|
checksum=9f848c80deed2725c012d058bd60d1ea13539fd6fbacd5245bf97d442cb89263
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin ${pkgname}
|
vbin yadm
|
||||||
vman ${pkgname}.1
|
vman yadm.1
|
||||||
vcompletion completion/bash/yadm bash
|
vcompletion completion/bash/yadm bash
|
||||||
vcompletion completion/fish/yadm.fish fish
|
vcompletion completion/fish/yadm.fish fish
|
||||||
vcompletion completion/zsh/_yadm zsh
|
vcompletion completion/zsh/_yadm zsh
|
||||||
|
|
Loading…
Add table
Reference in a new issue